ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ThemesSettings Class / List Property

In This Topic
    List Property (ThemesSettings)
    In This Topic
    An array of available themes that can be picked by the user. Can be string or UITheme.
    Syntax
    'Declaration
     
    Public Property List As Object()
    public object[] List {get; set;}
    See Also