Skip to main content
Tab

EditorStyles.CheckBoxList Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual AppearanceStyleBase CheckBoxList { get; }

Property Value

Type Description
AppearanceStyleBase

An AppearanceStyleBase object that contains the style settings.

See Also