ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBDropdown.ColumnFooterHeight Property

Gets or sets the height of column footers.

[Visual Basic]

Public Property ColumnFooterHeight As Integer

[C#]

public int ColumnFooterHeight {get;set;}

[Delphi]

public property ColumnFooterHeight: Int32 read get_ColumnFooterHeight write set_ColumnFooterHeight;

Example

The following code uses the ColumnFooterHeight property to set the height of the column footer so that it is twice its original size:

·      Visual Basic

       Me.C1TrueDBDropdown1.ColumnFooterHeight = Me.C1TrueDBDropdown1.ColumnFooterHeight * 2

·      C#

       this.c1TrueDBDropdown1.ColumnFooterHeight = this.c1TrueDBDropdown1.ColumnFooterHeight * 2;

·      Delphi

       Self.C1TrueDBDropdown1.ColumnFooterHeight := Self.C1TrueDBDropdown1.ColumnFooterHeight * 2;

See Also

C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.