ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewContextMenu Class / PageItems Property




In This Topic
    PageItems Property
    In This Topic
    Gets or sets the menu items that are displayed when right clicking on the page.
    Syntax
    'Declaration
     
    Public Property PageItems As ObservableCollection(Of Object)
    'Usage
     
    Dim instance As ImGearPageViewContextMenu
    Dim value As ObservableCollection(Of Object)
     
    instance.PageItems = value
     
    value = instance.PageItems
    public ObservableCollection<object> PageItems {get; set;}
    public: __property ObservableCollection<Object*>* get_PageItems();
    public: __property void set_PageItems( 
       ObservableCollection<Object*>* value
    );
    public:
    property ObservableCollection<Object^>^ PageItems {
       ObservableCollection<Object^>^ get();
       void set (    ObservableCollection<Object^>^ value);
    }

    Property Value

    A collection of objects.
    See Also