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

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.v18.2.dll

Declaration

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 this nested property as listed below:

Object Type Path to MaxWidth
BarEditItem
.EditSettings.MaxWidth
TokenEditorBehavior
.TokenEditSettings.MaxWidth
GanttColumn
.EditSettings.MaxWidth
ColumnBase
.EditSettings.MaxWidth
GridColumn
.EditSettings.MaxWidth
TreeListColumn
.EditSettings.MaxWidth
CollectionDefinition
.EditSettings.MaxWidth
PropertyDefinition
.EditSettings.MaxWidth
SpreadsheetCustomCellEditEventArgs
.EditSettings.MaxWidth
See Also