Back to Devexpress

ASPxCheckBox.CheckBoxStyle Property

aspnet-devexpress-dot-web-dot-aspxcheckbox-716673a5.md

latest1.3 KB
Original Source

ASPxCheckBox.CheckBoxStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual EditorDecorationStyle CheckBoxStyle { get; }
vb
Public Overridable ReadOnly Property CheckBoxStyle As EditorDecorationStyle

Property Value

TypeDescription
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

|

Remarks

This property is a wrapper of the CheckBoxProperties.CheckBoxStyle property.

See Also

Check Box

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace