Gets or sets the template for the status content area of the C1Window control.
Namespace:
C1.Web.UI.Controls.C1WindowAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [TemplateInstanceAttribute(TemplateInstance.Single)] [C1CategoryAttribute("Category.Behavior")] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public ITemplate StatusTemplate { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <TemplateInstanceAttribute(TemplateInstance.Single)> _ <C1CategoryAttribute("Category.Behavior")> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public Property StatusTemplate As ITemplate Get Set |
Remarks
Use the StatusTemplate property to control the contents of the dialog window status bar.