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: 9.0.0
Syntaxpublic Nullable<bool> RememberUniGridState { get; set; }
Property Value
Type:
NullableBoolean
Remarks
This property can be overridden by individual UniGrids.
See Also