ViewSettings Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class ViewSettings
The ViewSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | ViewSettings |
Load default settings from customer settings
|
Name | Description | |
---|---|---|
![]() | AllowColumnSearch |
Should search fields be shown in the column headers?
|
![]() | AssignNewObjectDefaultValues |
Should view expressions be assigned to new objects?
|
![]() | CountRows |
When false, the grid controls are not counting the total number of rows in the view.
The setting can be null (not yet configured). When null, the row counter is enabled but gets disabled when count is above the configured limit.
|
![]() | DownloadLimit |
Maximum objects to show when downloading the view
|
![]() | IgnoreFiltersInColSearch |
Only applicable for reference property views.
If true, filter expressions on the view will be ignored, when performing column searches on views where the reference property is used
|
![]() | IsSearchScope |
Is the view a "search scope" view that must be included in the dropdown in the horizontal menu?
|
![]() | MaxPages |
Maximum number of pages the user can click through
|
![]() | PreventCountRows |
Prevent resolution of rows count clicking the ?
|
![]() | PropertySortingEnabled |
Should order by icons be shown in the column headers?
While not set it gets automatically disabled if the time spent on sorting is too high.
|
![]() | SettingXML |
XML setting
|
![]() | ShowProcessTmpl |
Display process template drop down selection for views of Processes
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |