Back to Devexpress

ASPxCheckBox.Layout Property

aspnet-devexpress-dot-web-dot-aspxcheckbox-79ae2837.md

latest1.7 KB
Original Source

ASPxCheckBox.Layout Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(RepeatLayout.Table)]
public RepeatLayout Layout { get; set; }
vb
<DefaultValue(RepeatLayout.Table)>
Public Property Layout As RepeatLayout

Property Value

TypeDefaultDescription
RepeatLayoutTable

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

Check Box

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace