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

In This Topic
    Mode Property (PropertyGridSettings)
    In This Topic
    Gets or sets the default properties mode.
    Syntax
    'Declaration
     
    Public Property Mode As Nullable(Of Mode)
    public Nullable<Mode> Mode {get; set;}

    Property Value

    A nullable Mode value that specifies the default properties mode.
    See Also