Click or drag to resize

ExpandButtonClickedEventArgsExpanded Property

Gets a value that indicates if the expanded content on the dialog is shown.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Expanded { get; }

Property Value

Type: Boolean
if the expanded content on the dialog is shown; otherwise, .
See Also