FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / Legend Class / Items Property

In This Topic
    Items Property
    In This Topic
    Gets the collection of legend items. If Automatic is true, this collection is ignored.

    Note: the set accessor is for serialization only.

    Syntax
    'Declaration
     
    Public Property Items As LegendItemCollection
    public LegendItemCollection Items {get; set;}
    See Also