ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Table Class / HideFrozenRowsColumns Property

In This Topic
    HideFrozenRowsColumns Property (Table)
    In This Topic
    Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid.
    Syntax
    'Declaration
     
    Public Property HideFrozenRowsColumns As Nullable(Of Boolean)
    public Nullable<bool> HideFrozenRowsColumns {get; set;}

    Property Value

    true if FrozenRows/FrozenColumns properties should be hidden; otherwise, false.
    See Also