ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Slider Class / Hidden Property

In This Topic
    Hidden Property (Slider)
    In This Topic
    Gets or sets a System.Boolean value that indicates whether the slider is hidden.
    Syntax
    'Declaration
     
    Public Property Hidden As Boolean
    public bool Hidden {get; set;}
    See Also