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