Skip to main content
Tab

CheckBoxProperties.CheckBoxStyle Property

Gets the settings defining the appearance of a column editor in browse mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual EditorDecorationStyle CheckBoxStyle { get; }

Property Value

Type Description
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

Remarks

Note

The CheckBoxStyle property synchronizes its value with the editor’s ASPxCheckBox.CheckBoxStyle property.

See Also