Enum OverflowMode
Represents the Enum for OverflowMode
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum OverflowMode
Fields
| Name | Description |
|---|---|
| Always | Specified item will always be listed in the Overflow popup. |
| AsNeeded | Specified item will be listed in the Overflow popup if required. |
| Never | pecified item will never be moved to the Overflow popup. |