Click or drag to resize
KaxDockTitlebarTemplate Property
Gets or sets the System.Web.UI.ITemplate that contains the controls which will be placed in 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 ITemplate TitlebarTemplate { get; set; }

Property Value

Type: ITemplate
Remarks
You cannot set this property twice, or when you added controls to the TitlebarContainer. If you set TitlebarTemplate the Title property will be ignored.
See Also