Skip to main content
A newer version of this page is available. .
Tab

FilterControlCheckColumn.PropertiesCheckEdit Property

Gets or sets the filter column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CheckBoxProperties PropertiesCheckEdit { get; }

Property Value

Type Description
CheckBoxProperties

A CheckBoxProperties object that contains settings specific to a checkbox editor.

See Also