Click or drag to resize
ObjectTypeInfoRememberUniGridState Property
Indicates whether UniGrids working with objects of this type will remember their state, i.e., filter, page number, page size and sorting order.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public Nullable<bool> RememberUniGridState { get; set; }

Property Value

Type: NullableBoolean
Remarks
This setting can be overridden by individual UniGrids.
See Also