KaxFileBrowserToolBar Property |
Gets a reference to the toolbar, which shows on the top of the file explorer control.
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:
property KaxToolBar^ ToolBar {
KaxToolBar^ get ();
}
member ToolBar : KaxToolBar with get
Property Value
Type:
KaxToolBar
See Also