Class OverflowButtonDisplayMode
Describes the possible values for the display type of overflow button in SfTabView control.
Inheritance
System.Object
OverflowButtonDisplayMode
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public sealed class OverflowButtonDisplayMode : Enum
Fields
Image
Specifies the image type for more button in SfTabView control, when OverflowMode is set as drop down.
Declaration
public const OverflowButtonDisplayMode Image
Field Value
Type |
---|
OverflowButtonDisplayMode |
ImageWithText
Specifies both image as well as text for more button in SfTabView control, when OverflowMode is set as drop down.
Declaration
public const OverflowButtonDisplayMode ImageWithText
Field Value
Type |
---|
OverflowButtonDisplayMode |
Text
Specifies the text type for more button in SfTabView control, when OverflowMode is set as drop down.
Declaration
public const OverflowButtonDisplayMode Text
Field Value
Type |
---|
OverflowButtonDisplayMode |