Click or drag to resize
UniGridRememberDefaultState Property
Indicates whether UniGrid remembers its default state.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool RememberDefaultState { get; set; }

Property Value

Type: Boolean
Remarks
To reduce memory usage UniGrid by default does not store its default state. However, there might be a filter control whose non-default state results in an empty filtering condition. In that case it's necessary to force UniGrid to store its default state.
See Also