Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendColorSwatchItem Class / Name Property

In This Topic
    Name Property (LegendColorSwatchItem)
    In This Topic
    Gets or sets the name of the item. If specified, and the item is contained in a collection, this name can be used in script expressions to reference the item by name rather than by index.
    Syntax
    'Declaration
     
    Public Overridable Property Name As String
    public virtual string Name {get; set;}
    See Also