<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapField Class / Caption Property

In This Topic
    Caption Property (C1OlapField)
    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 Name property will be used instead.
    See Also