Click or drag to resize

ViewSettingsCountRows Property

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.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Nullable<bool> CountRows { get; set; }

Property Value

Type: NullableBoolean
See Also