Skip to main content

BaseEditSettings.MaxWidth Property

Gets or sets the editor's maximum width. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[SkipPropertyAssertion]
public double MaxWidth { get; set; }

#Property Value

Type Description
Double

A Double value that specifies the editor's maximum width.

#Property Paths

You can access the BaseEditSettings.MaxWidth property from the following objects:

Object Type Path to MaxWidth
BarEditItem
.EditSettings.MaxWidth
ColumnBase
.ActualEditSettings.MaxWidth
ColumnBase
.EditSettings.MaxWidth
GridColumn
.ActualEditSettings.MaxWidth
GridColumn
.EditSettings.MaxWidth
TreeListColumn
.ActualEditSettings.MaxWidth
TreeListColumn
.EditSettings.MaxWidth
See Also