GridViewDataCheckColumn.PropertiesCheckEdit Property
In This Article
Gets the column editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CheckBoxProperties PropertiesCheckEdit { get; }
#Property Value
Type | Description |
---|---|
Check |
The Check |
#Remarks
The PropertiesCheckEdit property allows you to customize the settings of the column’s editor used to edit Boolean values. For more information, see CheckBoxProperties.
See Also