MVCxDateEditRangeSettings(IPropertiesOwner) Constructor
Initializes a new instance of the MVCxDateEditRangeSettings class with the specified owner.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public MVCxDateEditRangeSettings(
IPropertiesOwner owner
)
Public Sub New(
owner As IPropertiesOwner
)
Parameters
Name | Type | Description |
---|---|---|
owner | IPropertiesOwner | An object that implements the IPropertiesOwner interface. |
See Also
Feedback