KaxToolBarItemToolBar 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)
Syntaxpublic KaxToolBar ToolBar { get; }
Public ReadOnly Property ToolBar As KaxToolBar
Get
public:
virtual property KaxToolBar^ ToolBar {
KaxToolBar^ get () sealed;
}
abstract ToolBar : KaxToolBar with get
override ToolBar : KaxToolBar with get
Property Value
Type:
KaxToolBar
Remarks
Use this property to obtain an instance to the
KaxToolBar object containing the item.
See Also