Skip to main content

DateNavigatorProperties(IPropertiesOwner) Constructor

Initializes a new instance of the DateNavigatorProperties class with the specified owner.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public DateNavigatorProperties(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also