A newer version of this page is available.
Switch to the current version.
ASPxCheckListBase.RepeatLayout Property
Gets or sets the layout of the check box editor's contents.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(RepeatLayout.Table)]
public RepeatLayout RepeatLayout { get; set; }
<DefaultValue(RepeatLayout.Table)>
Public Property RepeatLayout As RepeatLayout
Property Value
Type | Default | Description |
---|---|---|
RepeatLayout | Table |
One of the RepeatLayout values. |
Remarks
This property is a wrapper of the CheckListPropertiesBase.RepeatLayout property.
See Also
Feedback