Represents a toolbar, containing button items, which is displayed when a selectoin is performed in RadPdfViewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PdfViewerSelectionMenuToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IVisualTreeElement
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewRadToolbarPdfViewerSelectionMenuToolbar...
Implements:
Inherited Members
Constructors
C#
public PdfViewerSelectionMenuToolbar()
Fields
MenuItemsProperty
BindableProperty
Identifies the MenuItems bindable property.
C#
public static readonly BindableProperty MenuItemsProperty
Properties
Gets or sets an ObservableItemCollection<T> of PdfViewerSelectionMenuItems, representing the possible actions available in the PdfViewerSelectionMenu.
C#
public PdfViewerSelectionMenuItemCollection MenuItems { get; set; }