ASPxViewSelector.ButtonsRepeatDirection Property
In This Article
Gets or sets the orientation of buttons on a ViewSelector control.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(RepeatDirection.Horizontal)]
public RepeatDirection ButtonsRepeatDirection { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Repeat |
Horizontal | A Repeat |
#Remarks
ButtonsRepeatDirection = Horizontal
ButtonsRepeatDirection = Vertical
See Also