ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / PropertyGridSettings Property

In This Topic
    PropertyGridSettings Property
    In This Topic
    Gets or sets the settings for the Property Grid, allowing the viewing and editing of properties of selected objects.
    Syntax
    'Declaration
     
    Public Property PropertyGridSettings As PropertyGridSettings
    public PropertyGridSettings PropertyGridSettings {get; set;}

    Property Value

    An PropertyGridSettings object representing the settings for the Property Grid.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also