Gets or sets the grid's caption.
[Visual Basic]
Public Property Caption As String
[C#]
public string Caption {get;set;}
[Delphi]
public property Caption: String read get_Caption write set_Caption;
For a C1TrueDBDropdown control, this property determines the text displayed in the caption bar at the top of the grid.
Setting the Caption property to an empty string for a C1TrueDBDropdown control hides its caption bar.
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |