menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextSelectionMenuItem

    Specifies the information about menu item.

    Inheritance
    System.Object
    TextSelectionMenuItem
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class TextSelectionMenuItem : Object

    Constructors

    TextSelectionMenuItem()

    Declaration
    public TextSelectionMenuItem()

    Properties

    Id

    Gets or sets the ID of the menu item that uniquely identifies each item in the text selection context menu.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    System.String

    IsVisible

    Gets or sets a value indicating whether gets or sets a value that indicates whether menu item in the context menu is enabled.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    false if menu is disabled; otherwise, true.The default value is true.

    Text

    Gets or sets the text displayed in the menu item.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved