Skip to main content

ASPxViewSelector.ButtonsRepeatDirection Property

Gets or sets the orientation of buttons on a ViewSelector control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.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

    VisualElements_ViewSelector-horizontal

  • ButtonsRepeatDirection = Vertical

    VisualElements_ViewSelector-vertical

See Also