ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / PropertyGrid Property

In This Topic
    PropertyGrid Property (DesignerSettings)
    In This Topic
    Gets or sets the settings for the Property Grid, allowing users to view and edit properties of selected objects.
    Syntax
    'Declaration
     
    Public Property PropertyGrid As PropertyGridSettings
    public PropertyGridSettings PropertyGrid {get; set;}

    Property Value

    An instance of PropertyGridSettings representing the Property Grid settings.
    See Also