Skip to main content
Tab

GridViewRowMenuItemVisibility Members

Contains settings that affect the row context menu items visibility.

Constructors

Name Description
GridViewRowMenuItemVisibility(IPropertiesOwner) Initializes a new instance of the GridViewRowMenuItemVisibility class with specified settings.

Properties

Name Description
CollapseDetailRow Gets or sets the visibility of the Collapse Detail item displayed within the row context menu.
CollapseRow Gets or sets the visibility of the Collapse item displayed within the row context menu.
CopyToClipboard Gets or sets the visibility of the Copy item displayed within the row context menu.
DeleteRow Gets or sets the visibility of the Delete item displayed within the row context menu.
EditRow Gets or sets the visibility of the Edit item displayed within the row context menu.
ExpandDetailRow Gets or sets the visibility of the Expand Detail item displayed within the row context menu.
ExpandRow Gets or sets the visibility of the Expand item displayed within the row context menu.
ExportMenu Specifies settings of the Export context menu item.
GroupSummaryMenu Gets the visibility settings of the Group Summary context menu item, and its subitems.
NewRow Gets or sets the visibility of the New item displayed within the row context menu.
PasteFromClipboard Gets or sets the visibility of the Paste item displayed within the row context menu.
Refresh Gets or sets the visibility of the Refresh item displayed within the row context menu.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also