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