FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / Caption Property

In This Topic
    Caption Property (PivotField)
    In This Topic
    Gets or sets a string to be displayed in the user interface.
    Syntax
    'Declaration
     
    Public Property Caption As String
    public string Caption {get; set;}
    Remarks
    If this property is set to null or to an empty string, the Key property will be used instead.
    See Also