KaxDockContentContainer Property |
Gets the control, where the ContentTemplate will be instantiated in.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Panel ContentContainer { get; }
Public ReadOnly Property ContentContainer As Panel
Get
public:
property Panel^ ContentContainer {
Panel^ get ();
}
member ContentContainer : Panel with get
Property Value
Type:
Panel
Remarks
You can use this property to programmatically add controls to the content area. If you add controls
to the ContentContainer the Text property will be ignored.
See Also