Back to Devexpress

ASPxCheckListBase.RepeatColumns Property

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

latest1.4 KB
Original Source

ASPxCheckListBase.RepeatColumns Property

Gets or sets the number of columns displayed in an editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int RepeatColumns { get; set; }
vb
<DefaultValue(0)>
Public Property RepeatColumns As Integer

Property Value

TypeDefaultDescription
Int320

A Int32 value that specifies the number of items displayed within an editor horizontally.

|

Remarks

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

See Also

RepeatDirection

RepeatLayout

ASPxCheckListBase Class

ASPxCheckListBase Members

DevExpress.Web Namespace