Gets the style properties of the column footer.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(true)] [TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")] public override TableItemStyle FooterStyle { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(True)> _ <TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")> _ Public Overrides ReadOnly Property FooterStyle As TableItemStyle Get |
Remarks
This property is used to provide a custom style for the footer section of the column.