ClassPdfViewerSelectionMenuToolbar
Class
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:
cs-api-definition
public class PdfViewerSelectionMenuToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IVisualTreeElement
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewRadToolbarPdfViewerSelectionMenuToolbar
Implements:
Inherited Members
Constructors
PdfViewerSelectionMenuToolbar()
Declaration
cs-api-definition
public PdfViewerSelectionMenuToolbar()
Fields
MenuItemsProperty
Identifies the MenuItems bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty MenuItemsProperty
Field Value
BindableProperty
Properties
MenuItems
Gets or sets an ObservableItemCollection<T> of PdfViewerSelectionMenuItems, representing the possible actions available in the PdfViewerSelectionMenu.
Declaration
cs-api-definition
public PdfViewerSelectionMenuItemCollection MenuItems { get; set; }
Property Value