Click or drag to resize
KaxDockCommands Property
Gets a collection of DockCommand objects representing the individual commands within the control titlebar.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public DockCommandCollection Commands { get; }

Property Value

Type: DockCommandCollection
A DockCommandCollection that contains a collection of DockCommand objects representing the individual commands within the control titlebar.
Remarks
Use the Commands collection to programmatically control the commands buttons within the control titlebar.
See Also