ActiveReports 12
IsEnabled Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsEnabled Property
Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property.
Syntax
'Declaration
 
Public Property IsEnabled As Boolean
public bool IsEnabled {get; set;}

Property Value

true if the element is enabled; otherwise, false. The default value is true.
See Also

Reference

Viewer Class
Viewer Members