Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyGridDefaultContextMenu : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentRadContextMenuPropertyGridDefaultContextMenu
Implements:
Inherited Members
Constructors
C#
public PropertyGridDefaultContextMenu(PropertyGridTableElement propertyGridElement)
Properties
Gets the Edit menu item
C#
public PropertyGridMenuItem EditMenuItem { get; }
Gets the Expand/Collapse menu item.
C#
public PropertyGridMenuItem ExpandCollapseMenuItem { get; }
Gets the Reset menu item.
C#
public PropertyGridMenuItem ResetMenuItem { get; }
Gets the Show description menu item.
C#
public PropertyGridMenuItem ShowDescriptionMenuItem { get; }
Gets the Show toolbar menu item.
C#
public PropertyGridMenuItem ShowToolbarMenuItem { get; }
Gets the Sort menu item.
C#
public PropertyGridMenuItem SortMenuItem { get; }
Methods
Raises the DropDownOpening event.
C#
protected override void OnDropDownOpening(CancelEventArgs args)
The event arguments
Overrides:
Sets the visibility of the sort/group items depending on whether the functionality is enabled.
C#
protected virtual void SetSortItemsVisibility()