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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public Nullable<bool> RememberUniGridState { get; set; }
Property Value
Type:
NullableBooleanRemarks
This property can be overridden by individual UniGrids.
See Also