Back to Devexpress

ASPxCheckListBase.RepeatDirection Property

aspnet-devexpress-dot-web-dot-aspxchecklistbase-c752e953.md

latest1.5 KB
Original Source

ASPxCheckListBase.RepeatDirection Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(RepeatDirection.Vertical)]
public RepeatDirection RepeatDirection { get; set; }
vb
<DefaultValue(RepeatDirection.Vertical)>
Public Property RepeatDirection As RepeatDirection

Property Value

TypeDefaultDescription
RepeatDirectionVertical

One of the RepeatDirection enumeration values.

|

Remarks

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

See Also

RepeatColumns

RepeatLayout

ASPxCheckListBase Class

ASPxCheckListBase Members

DevExpress.Web Namespace