Gets or sets a value that indicates whether the drop-down
for a export list control is currently open.
This is a dependency property.
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 IsDropDownOpen { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsDropDownOpen As Boolean |
Visual C++ |
---|
public:
property bool IsDropDownOpen {
bool get ();
void set (bool value);
} |
Field Value
true if the drop-down for a export list control is currently opened; otherwise,
false.
See Also