Back to Devexpress

CheckListPropertiesBase.RepeatColumns Property

aspnet-devexpress-dot-web-dot-checklistpropertiesbase.md

latest1.5 KB
Original Source

CheckListPropertiesBase.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

Note

The RepeatColumns property synchronizes its value with the editor’s ASPxCheckListBase.RepeatColumns property.

See Also

RepeatDirection

RepeatLayout

CheckListPropertiesBase Class

CheckListPropertiesBase Members

DevExpress.Web Namespace