Class
PropertyGridDefaultContextMenu

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridDefaultContextMenu : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider

Inheritance: objectMarshalByRefObjectComponentRadContextMenuPropertyGridDefaultContextMenu

Implements: IAnalyticsProviderIComponentIDisposable

Inherited Members RadContextMenu.Show()RadContextMenu.Show(int, int)RadContextMenu.Show(Point)RadContextMenu.Show(Point, RadDirection)RadContextMenu.Show(Control, int, int)RadContextMenu.Show(Control, Point)RadContextMenu.Show(Control, Point, RadDirection)RadContextMenu.Show(RadItem, int, int)RadContextMenu.Show(RadItem, Point)RadContextMenu.Show(RadItem, Point, RadDirection)RadContextMenu.Show(RadItem, int, RadDirection)RadContextMenu.OnDropDownClosing(CancelEventArgs)RadContextMenu.OnDropDownOpened()RadContextMenu.OnDropDownClosed()RadContextMenu.ItemsRadContextMenu.ThemeNameRadContextMenu.ImageListRadContextMenu.DropDownRadContextMenu.AnimationEnabledRadContextMenu.AnimationFramesRadContextMenu.AnimationTypeRadContextMenu.EnableAnalyticsRadContextMenu.DropDownOpeningRadContextMenu.DropDownClosingRadContextMenu.DropDownOpenedRadContextMenu.DropDownClosedComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

PropertyGridDefaultContextMenu(PropertyGridTableElement)

Declaration

cs-api-definition
public PropertyGridDefaultContextMenu(PropertyGridTableElement propertyGridElement)

Parameters

propertyGridElement

PropertyGridTableElement

Properties

EditMenuItem

Gets the Edit menu item

Declaration

cs-api-definition
public PropertyGridMenuItem EditMenuItem { get; }

Property Value

PropertyGridMenuItem

ExpandCollapseMenuItem

Gets the Expand/Collapse menu item.

Declaration

cs-api-definition
public PropertyGridMenuItem ExpandCollapseMenuItem { get; }

Property Value

PropertyGridMenuItem

ResetMenuItem

Gets the Reset menu item.

Declaration

cs-api-definition
public PropertyGridMenuItem ResetMenuItem { get; }

Property Value

PropertyGridMenuItem

ShowDescriptionMenuItem

Gets the Show description menu item.

Declaration

cs-api-definition
public PropertyGridMenuItem ShowDescriptionMenuItem { get; }

Property Value

PropertyGridMenuItem

ShowToolbarMenuItem

Gets the Show toolbar menu item.

Declaration

cs-api-definition
public PropertyGridMenuItem ShowToolbarMenuItem { get; }

Property Value

PropertyGridMenuItem

SortMenuItem

Gets the Sort menu item.

Declaration

cs-api-definition
public PropertyGridMenuItem SortMenuItem { get; }

Property Value

PropertyGridMenuItem

Methods

Dispose(bool)

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides RadContextMenu.Dispose(bool)

OnDropDownOpening(CancelEventArgs)

Raises the DropDownOpening event.

Declaration

cs-api-definition
protected override void OnDropDownOpening(CancelEventArgs args)

Parameters

args

CancelEventArgs

The event arguments

Overrides RadContextMenu.OnDropDownOpening(CancelEventArgs)

SetSortItemsVisibility()

Sets the visibility of the sort/group items depending on whether the functionality is enabled.

Declaration

cs-api-definition
protected virtual void SetSortItemsVisibility()