> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ProjectBoardViewSettings

# <a id="SuperOffice_WebApi_Data_ProjectBoardViewSettings" /> Class ProjectBoardViewSettings

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for ProjectBoardViewSettings.
Settings for project selection board view.

```csharp theme={null}
public class ProjectBoardViewSettings : BoardViewSettingsBase
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[BoardViewSettingsBase](SuperOffice.WebApi.Data.BoardViewSettingsBase.md) ←
[ProjectBoardViewSettings](SuperOffice.WebApi.Data.ProjectBoardViewSettings.md)

#### Inherited Members

[BoardViewSettingsBase.BoardViewSettingsId](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_BoardViewSettingsId),
[BoardViewSettingsBase.EntityType\_String](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_EntityType_String),
[BoardViewSettingsBase.EntityType](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_EntityType),
[BoardViewSettingsBase.AssociateId](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_AssociateId),
[BoardViewSettingsBase.SelectionId](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_SelectionId),
[BoardViewSettingsBase.HideEmptyGroups](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_HideEmptyGroups),
[BoardViewSettingsBase.GroupBy](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_GroupBy),
[BoardViewSettingsBase.SubGroupBy](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_SubGroupBy),
[BoardViewSettingsBase.SortBy](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_SortBy),
[BoardViewSettingsBase.SortDesc](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_SortDesc),
[BoardViewSettingsBase.SumBy](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_SumBy),
[BoardViewSettingsBase.ColorBy](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_ColorBy),
[BoardViewSettingsBase.Filters](SuperOffice.WebApi.Data.BoardViewSettingsBase.md#SuperOffice_WebApi_Data_BoardViewSettingsBase_Filters),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_ProjectBoardViewSettings__ctor" /> ProjectBoardViewSettings()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public ProjectBoardViewSettings()
```

## Properties

### <a id="SuperOffice_WebApi_Data_ProjectBoardViewSettings_HideCompletedProjects" /> HideCompletedProjects

True if we should hide completed projects

```csharp theme={null}
public virtual bool HideCompletedProjects { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

## See Also

[SelectionAgent](SuperOffice.WebApi.Agents.SelectionAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.BoardViewSettingsBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.BoardViewSettingsBase.md)
- [SuperOffice.WebApi.Data.SaleBoardViewSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleBoardViewSettings.md)
- [SuperOffice.WebApi.Data.ContactPersonBoardViewSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactPersonBoardViewSettings.md)
- [SuperOffice.WebApi.Data.Selection SaveBoardViewSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_SaveBoardViewSettingsRequest.md)
- [SuperOffice.WebApi.Data.Selection DeleteBoardViewSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_DeleteBoardViewSettingsRequest.md)
- [SuperOffice.WebApi.Data.Selection GetBoardViewSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_GetBoardViewSettingsRequest.md)
