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

ASPxCheckListBase.RepeatColumns Property

Gets or sets the number of columns displayed in an editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(0)]
public int RepeatColumns { get; set; }

Property Value

Type Default Description
Int32 0

A Int32 value that specifies the number of items displayed within an editor horizontally.

Remarks

This property is a wrapper of the CheckListPropertiesBase.RepeatColumns property.

See Also