Skip to main content

ASPxSchedulerStyles.ViewVisibleInterval Property

Gets the style settings that define the appearance of the View Visible Interval.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppearanceStyle ViewVisibleInterval { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle object that contains the style settings.

See Also