ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumn Class / Caption Property

In This Topic
    Caption Property
    In This Topic
    Gets or sets the caption of this column.
    Syntax
    'Declaration
     
    Public Property Caption As System.String
    public System.string Caption {get; set;}
    Remarks
    This property allows you to override the Caption property value of the underlying DataColumn. If Caption property was explicitly set to value other then null or "", then this value is used as the property value. If it's not the case then looks for DataColumn.Caption property value, and it it's different from DataColumn.ColumnName then returns Caption of DataColumn. Otherwise, returns the ColumnName property value of this C1ViewColumn object.
    See Also