Skip to main content

MVCxDateEditProperties.Width Property

OBSOLETE

Use the DateEditSettings.Width property instead.

Gets or sets the editor’s width.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the DateEditSettings.Width property instead.")]
public Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value representing the editor width.

See Also