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

TokenLookUpEditStyleSettings.TokenMaxWidth Property

Gets or sets the token’s maximum width. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.LookUp

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public double? TokenMaxWidth { get; set; }

Property Value

Type Description
Nullable<Double>

A Double value that specifies the token’s maximum width.

See Also