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.v20.2.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

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

See Also