Click or drag to resize
Wizard .NET Library

DrawStepListItemEventArgsSelected Property

Gets a value indicating whether this item is the one currently selected.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public bool Selected { get; }
Request Example View Source

Property Value

Type: Boolean
true if selected; otherwise, false.
See Also