ASPxCheckListBase.RepeatColumns Property
Gets or sets the number of columns displayed in an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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