ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / PickerSettings Class / Enabled Property

In This Topic
    Enabled Property (PickerSettings)
    In This Topic
    Shows Theme Picker in UI
    Syntax
    'Declaration
     
    Public Property Enabled As Nullable(Of Boolean)
    public Nullable<bool> Enabled {get; set;}
    See Also