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

In This Topic
    Lookup Property (PivotField)
    In This Topic
    Gets or sets System.Collections.IDictionary that contains lookup values for this field.
    Syntax
    'Declaration
     
    Public Property Lookup As IDictionary(Of Object,String)
    public IDictionary<object,string> Lookup {get; set;}
    Remarks
    This dictionary serves to replace code values with their string descriptions.
    See Also