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

ASPxCheckListBase.RepeatDirection Property

Gets or sets the direction in which items are displayed within the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(RepeatDirection.Vertical)]
public RepeatDirection RepeatDirection { get; set; }

Property Value

Type Default Description
RepeatDirection **Vertical**

One of the RepeatDirection enumeration values.

Remarks

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

See Also