ComponentOne FlexPivot for WinForms
Lookup Property

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotField Class : Lookup Property
Gets or sets IDictionary that contains lookup values for this field.
Syntax
'Declaration
 
Public Property Lookup As System.Collections.Generic.IDictionary(Of Object,String)
public System.Collections.Generic.IDictionary<object,string> Lookup {get; set;}
Remarks
This dictionary serves to replace code values with their string descriptions.
See Also

Reference

C1FlexPivotField Class
C1FlexPivotField Members