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

NuGet Package: 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
ColumnBase
.ActualEditSettings .MaxWidth
ColumnBase
.EditSettings .MaxWidth
TreeViewControl
.EditSettings .MaxWidth
PropertyDefinition
.EditSettings .MaxWidth
SpreadsheetCustomCellEditEventArgs
.EditSettings .MaxWidth
See Also