Skip to main content

ASPxSchedulerStyles.NavigationButton Property

Gets the style settings that define the appearance of the navigation buttons.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ButtonControlStyle NavigationButton { get; }

Property Value

Type Description
ButtonControlStyle

A ButtonControlStyle object that contains the style settings.

See Also