FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / AggregateDefinition Class / Caption Property

In This Topic
    Caption Property (AggregateDefinition)
    In This Topic
    Gets or sets a caption for the cell. This caption can be used with {0} mask, where {0} is Aggregate or Expression.
    Syntax
    'Declaration
     
    
    Public Property Caption As String
    public string Caption {get; set;}
    See Also