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

ASPxCheckBox.Layout Property

Gets or sets the layout of the check box editor’s contents.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(RepeatLayout.Table)]
public RepeatLayout Layout { get; set; }

Property Value

Type Default Description
RepeatLayout **Table**

One of the RepeatLayout values.

Remarks

Use this property to specify whether the check box editor’s elements (the text label and check mark) are displayed in a table. If this property is set to Table, the elements are displayed in a table. If this property is set to Flow, the elements are displayed without a table structure.

See Also