| ExpandButtonClickedEventArgsExpanded Property |
Gets a value that indicates if the expanded content on the dialog is shown.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Expanded { get; }
Public ReadOnly Property Expanded As Boolean
Get
public:
property bool Expanded {
bool get ();
}
member Expanded : bool with get
Property Value
Type:
Boolean if the expanded content on the dialog is shown; otherwise,
.
See Also