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

BootstrapDateEditCalendarAdaptivitySettings(IPropertiesOwner) Constructor

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapDateEditCalendarAdaptivitySettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also