| UniGridRememberDefaultState Property | 
            Indicates whether UniGrid remembers its default state.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic bool RememberDefaultState { get; set; }Property Value
Type: 
Boolean Remarks
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
See Also