Click or drag to resize
KaxDockTitlebarContainer Property
Gets the control, where the TitlebarTemplate will be instantiated in.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Panel TitlebarContainer { get; }

Property Value

Type: Panel
Remarks
You can use this property to programmatically add controls to the titlebar. If you add controls to the TitlebarContainer the Title property will be ignored.
See Also