Gets or sets a value indicating the visibility of column footers.
[Visual Basic]
Public Property ColumnFooters As Boolean
[C#]
public bool ColumnFooters {get;set;}
[Delphi]
public property ColumnFooters: Boolean read get_ColumnFooters write set_ColumnFooters;
Remarks
If True, the control's column footers are displayed.
If False (the default), the control's column footers are not displayed.
Use the C1DataColumn.FooterText property to set the footing text of an individual column.
Example
The following code uses the ColumnFooters property to display the column footers:
Me.C1TrueDBGrid1.ColumnFooters = True
· C#
this.c1TrueDBGrid1.ColumnFooters = true;
· Delphi
Self.C1TrueDBGrid1.ColumnFooters := True;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |