Skip to main content
A newer version of this page is available. .
Tab

EditorStyles.CheckBox Property

Gets the style settings that define the appearance of a check box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual EditorDecorationStyle CheckBox { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

See Also