CheckedTokenComboBoxStyleSettings.TokenTextTrimming Property
Gets or sets the trimming behavior for tokens. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<TextTrimming> | A System.Windows.TextTrimming enumeration value. |
Remarks
Refer to the TextTrimming for more information.
See Also