Skip to main content

TrimmingMode Enum

Lists how the visible text is trimmed when it does not fit the available space.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public enum TrimmingMode

Members

Name Description
None

Text is not trimmed.

Opacity

Text is trimmed by applying the opacity mask.

Related API Members

The following properties accept/return TrimmingMode values:

See Also