Skip to main content
A newer version of this page is available. .

ASPxDateNavigator.Properties Property

Provides access to an object, representing the properties specific to the ASPxCalendar base class.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public DateNavigatorProperties Properties { get; }

Property Value

Type Description
DateNavigatorProperties

A DateNavigatorProperties object, which hides unused properties for the CalendarProperties base class.

See Also