Click or drag to resize
Wizard .NET Library

DrawStepListItemEventArgsCompleted Property

Gets a value indicating whether this step has already been completed.

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

Property Value

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