A newer version of this page is available.
Switch to the current version.
ASPxCheckBox.CheckBoxStyle Property
Gets the settings defining the appearance of a column editor in browse mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual EditorDecorationStyle CheckBoxStyle { get; }
Public Overridable ReadOnly Property CheckBoxStyle As EditorDecorationStyle
Property Value
Type | Description |
---|---|
EditorDecorationStyle | A EditorDecorationStyle object that contains style settings. |
Remarks
This property is a wrapper of the CheckBoxProperties.CheckBoxStyle property.
See Also
Feedback