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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
OverflowButtonDisplayMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |