ASPxCheckListBase.RepeatDirection Property
Gets or sets the direction in which items are displayed within the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(RepeatDirection.Vertical)]
public RepeatDirection RepeatDirection { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Repeat |
Vertical | One of the Repeat |
#Remarks
This property is a wrapper of the CheckListPropertiesBase.RepeatDirection property.