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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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
FilterField
.EditSettings .MaxWidth
TokenEditorBehavior
.TokenEditSettings .MaxWidth
GanttColumn
.ActualEditSettings .MaxWidth
ColumnBase
.ActualEditSettings .MaxWidth
GridColumn
.ActualEditSettings .MaxWidth
TreeListColumn
.ActualEditSettings .MaxWidth
CollectionDefinition
.EditSettings .MaxWidth
PropertyDefinition
.EditSettings .MaxWidth
SpreadsheetCustomCellEditEventArgs
.EditSettings .MaxWidth
See Also