MVCxDateEdit.Properties Property
Provides access to the settings which are specific to the current editor type.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
DateEditProperties | An object containing editor type specific settings. |
Remarks
For internal use only. Use the DateEditSettings.Properties property instead.
See Also