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

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; }

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