ASPxCheckBox.CheckBoxStyle Property
In This Article
Gets the settings defining the appearance of a column editor in browse mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual EditorDecorationStyle CheckBoxStyle { get; }
#Property Value
Type | Description |
---|---|
Editor |
A Editor |
#Remarks
This property is a wrapper of the CheckBoxProperties.CheckBoxStyle property.
See Also