A newer version of this page is available.
Switch to the current version.
BootstrapTreeViewNodeCommandEventArgs.Node Property
Gets a node object related to the event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapTreeViewNode Node { get; }
Public ReadOnly Property Node As BootstrapTreeViewNode
Property Value
Type | Description |
---|---|
BootstrapTreeViewNode | A BootstrapTreeViewNode object, manipulations on which forced the event to be raised. |
Remarks
The Node property represents a BootstrapTreeViewNode object concerned with raising the event.
See Also
Feedback