Skip to main content
Tab

CheckListPropertiesBase.RepeatColumns Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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

Note

The RepeatColumns property synchronizes its value with the editor’s ASPxCheckListBase.RepeatColumns property.

See Also