KaxFileBrowserGridContextMenu Property |
Gets a reference to the context menu, which shows when the user right-clicks the grid control
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxContextMenu GridContextMenu { get; }
Public ReadOnly Property GridContextMenu As KaxContextMenu
Get
public:
property KaxContextMenu^ GridContextMenu {
KaxContextMenu^ get ();
}
member GridContextMenu : KaxContextMenu with get
Property Value
Type:
KaxContextMenu
See Also