ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ParameterViewModel Class / Enabled Property

In This Topic
    Enabled Property (ParameterViewModel)
    In This Topic
    True if user can change the parameter (parameter doesn't have no unfulfilled dependencies)
    Syntax
    'Declaration
     
    Public ReadOnly Property Enabled As Boolean
    public bool Enabled {get;}
    See Also