ImageGear .NET v24.12 - Updated
PageItems Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearPageViewContextMenu Class : PageItems Property
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

Reference

ImGearPageViewContextMenu Class
ImGearPageViewContextMenu Members