Class OverflowMode
Represents the Enum for OverflowMode
Inheritance
System.Object
OverflowMode
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class OverflowMode : Enum
Fields
Always
Specified item will always be listed in the Overflow popup.
Declaration
public const OverflowMode Always
Field Value
Type |
---|
OverflowMode |
AsNeeded
Specified item will be listed in the Overflow popup if required.
Declaration
public const OverflowMode AsNeeded
Field Value
Type |
---|
OverflowMode |
Never
pecified item will never be moved to the Overflow popup.
Declaration
public const OverflowMode Never
Field Value
Type |
---|
OverflowMode |