Skip to main content
Tab

ASPxCheckListBase.RepeatDirection Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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