> ## 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.SaleBoardViewSettings

# <a id="SuperOffice_WebApi_Data_SaleBoardViewSettings" /> Class SaleBoardViewSettings

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

Carrier object for SaleBoardViewSettings.
Settings for sale selection board view.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[BoardViewSettingsBase](SuperOffice.WebApi.Data.BoardViewSettingsBase.md) ←
[SaleBoardViewSettings](SuperOffice.WebApi.Data.SaleBoardViewSettings.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_SaleBoardViewSettings__ctor" /> SaleBoardViewSettings()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SaleBoardViewSettings_BadgeType" /> BadgeType

What should be displayed in the badge for the entity in the board
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public BoardViewBadgeType? BadgeType { get; set; }
```

#### Property Value

[BoardViewBadgeType](SuperOffice.WebApi.Data.BoardViewBadgeType.md)?

#### See Also

[SaleBoardViewSettings](SuperOffice.WebApi.Data.SaleBoardViewSettings.md).[BadgeType\_String](SuperOffice.WebApi.Data.SaleBoardViewSettings.md#SuperOffice_WebApi_Data_SaleBoardViewSettings_BadgeType_String)

### <a id="SuperOffice_WebApi_Data_SaleBoardViewSettings_BadgeType_String" /> BadgeType\_String

What should be displayed in the badge for the entity in the board
Raw string enum value.

```csharp theme={null}
[JsonProperty("BadgeType")]
public string BadgeType_String { get; set; }
```

#### Property Value

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

#### See Also

[SaleBoardViewSettings](SuperOffice.WebApi.Data.SaleBoardViewSettings.md).[BadgeType](SuperOffice.WebApi.Data.SaleBoardViewSettings.md#SuperOffice_WebApi_Data_SaleBoardViewSettings_BadgeType)

### <a id="SuperOffice_WebApi_Data_SaleBoardViewSettings_HideClosedSales" /> HideClosedSales

True if we should hide closed sales

```csharp theme={null}
public virtual bool HideClosedSales { 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.ProjectBoardViewSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProjectBoardViewSettings.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 GetBoardViewSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_GetBoardViewSettingsRequest.md)
- [SuperOffice.WebApi.Data.Selection DeleteBoardViewSettingsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_DeleteBoardViewSettingsRequest.md)
