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