CheckListPropertiesBase.RepeatDirection Property
Gets or sets the direction in which items are displayed within the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(RepeatDirection.Vertical)]
public RepeatDirection RepeatDirection { get; set; }
Property Value
Type | Default | Description |
---|---|---|
RepeatDirection | Vertical | One of the RepeatDirection enumeration values. |
Remarks
Use this property to specify the display direction of items within the editor which contains more than one column. The number of columns displayed is specified by the CheckListPropertiesBase.RepeatColumns property.
If this property is set to Vertical, the items in the editor are displayed vertically in columns from top to bottom, and then left to right, until all items are rendered.
If this property is set to Horizontal, the items are displayed horizontally in rows from left to right, then top to bottom, until all items are rendered.
Note
The RepeatDirection property synchronizes its value with the editor’s ASPxCheckListBase.RepeatDirection property.