IKaxToolBarButtonToolBar Property |
Gets the
KaxToolBar instance which contains the item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax KaxToolBar ToolBar { get; }
ReadOnly Property ToolBar As KaxToolBar
Get
property KaxToolBar^ ToolBar {
KaxToolBar^ get ();
}
abstract ToolBar : KaxToolBar with get
Property Value
Type:
KaxToolBarRemarks
Use this property to obtain an instance to the
KaxToolBar object containing the item.
See Also