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

CheckedTokenComboBoxStyleSettings.TokenTextTrimming Property

Gets or sets the trimming behavior for tokens. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

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

Declaration

public TextTrimming? TokenTextTrimming { get; set; }

Property Value

Type Description
Nullable<TextTrimming>

A System.Windows.TextTrimming enumeration value.

Remarks

Refer to the TextTrimming for more information.

See Also