Gets or sets a value indicating whether this instance is checked.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool IsChecked { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsChecked As Boolean |
| Visual C++ |
|---|
public:
property bool IsChecked {
bool get ();
void set (bool value);
} |
Field Value
true if this instance is checked; otherwise,
false.
See Also