ASPxViewSelector.ButtonsRepeatDirection Property
Gets or sets the orientation of buttons on a ViewSelector control.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
[DefaultValue(RepeatDirection.Horizontal)]
public RepeatDirection ButtonsRepeatDirection { get; set; }
Property Value
Type | Default | Description |
---|---|---|
RepeatDirection | Horizontal | A RepeatDirection enumeration member, specifying the direction in which items are displayed. |
Remarks
ButtonsRepeatDirection = Horizontal
ButtonsRepeatDirection = Vertical
See Also