Class PdfViewerSelectionMenuToolbar
Represents a toolbar, containing button items, which is displayed when a selectoin is performed in RadPdfViewer.
Inheritance
System.Object
PdfViewerSelectionMenuToolbar
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerSelectionMenuToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, IToolStripElement, IVisualTreeElement
Constructors
PdfViewerSelectionMenuToolbar()
Declaration
public PdfViewerSelectionMenuToolbar()
Fields
MenuItemsProperty
Declaration
public static readonly BindableProperty MenuItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
MenuItems
Gets or sets an ObservableItemCollection<T> of PdfViewerSelectionMenuItems, representing the possible actions available in the PdfViewerSelectionMenu.
Declaration
public PdfViewerSelectionMenuItemCollection MenuItems { get; set; }
Property Value
PdfViewerSelectionMenuItemCollection
|