Click or drag to resize
UniGridLoadOptionsDefinition Method
Load options definition.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void LoadOptionsDefinition(
	UniGridOptions options,
	Control filterWrapperControl
)

Parameters

options
Type: CMS.UIControls.UniGridConfigUniGridOptions
Options configuration
filterWrapperControl
Type: System.Web.UIControl
Wrapper control for filter
See Also