Click or drag to resize
ObjectTypeInfoRememberUniGridState Property
Indicates whether listing pages (UniGrids) that display the object type's data remember the listing state for individual users The listing state includes filtering options, page number, page size and item order.

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

Property Value

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