Skip to main content

CheckedTokenComboBoxStyleSettings.TokenMaxWidth Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double? TokenMaxWidth { get; set; }

Property Value

Type Description
Nullable<Double>

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

See Also