> ## 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.UserPreferenceStrings.FilterDialog

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FilterDialog" /> Class UserPreferenceStrings.FilterDialog

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

Filter dialog settings, editable through SoAdmin

```csharp theme={null}
public static class UserPreferenceStrings.FilterDialog
```

#### Inheritance

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

#### Inherited Members

[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)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FilterDialog_DefaultFilter" /> DefaultFilter

Default filter behavior: 0 = own data; 1 = primary group; 2 = primary + secondary groups; 3 = all
<p />Control type: List, access: Admin; see SuperOffice.CRM.FilterDialogDataHandler.DefaultFilter enum.

```csharp theme={null}
public const string DefaultFilter = "DefaultFilter"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_FilterDialog_Section" /> Section

Section name

```csharp theme={null}
public const string Section = "FilterDialog"
```

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.SaleFilterDialog](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SaleFilterDialog.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Filter](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Filter.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Associates](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Associates.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.FindResultDialog](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.FindResultDialog.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Visual](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Visual.md)
