menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowButtonDisplayMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved