Class TabDisplayMode
Describes the possible values for the display type of headers in SfTabView control.
Inheritance
System.Object
TabDisplayMode
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public sealed class TabDisplayMode : Enum
Fields
Image
Specifies the image type for header in SfTabView control.
Declaration
public const TabDisplayMode Image
Field Value
Type |
---|
TabDisplayMode |
ImageWithText
Specifies both image as well as text for the header in SfTabView control.
Declaration
public const TabDisplayMode ImageWithText
Field Value
Type |
---|
TabDisplayMode |
NoHeader
Specifies the no header in SfTabView control.
Declaration
public const TabDisplayMode NoHeader
Field Value
Type |
---|
TabDisplayMode |
Text
Specifies the text type for header in SfTabView control.
Declaration
public const TabDisplayMode Text
Field Value
Type |
---|
TabDisplayMode |