ActiveReports 18 .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
    Specifies default properties mode.
    Syntax
    'Declaration
     
    Public Property Mode As Nullable(Of Mode)
    public Nullable<Mode> Mode {get; set;}
    See Also