Stepper class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.Stepper
Modifiers: public
Summary¶
Represents a workflow stepper or wizard-progress surface.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class Stepper
class ItemsControl
ItemsControl <|-- Stepper
Inherits from: ItemsControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [Stepper](# class. |
Properties¶
| Name | Summary |
|---|---|
| State | Gets or sets the shared stepper state projected by the control. |
| CurrentKey | Gets or sets the currently requested step key. |
| StepRequestedCommand | Gets or sets the command invoked when the control requests a step transition. |
| FinishCommand | Gets or sets the command invoked by consumers to finish the workflow. |
| CancelCommand | Gets or sets the command invoked by consumers to cancel the workflow. |
| PreviousStepCommand | Gets the command that requests the previous step. |
| NextStepCommand | Gets the command that requests the next step. |
| JumpToStepCommand | Gets the command that requests a specific step key or descriptor. |
Fields¶
| Name | Summary |
|---|---|
| static StateProperty | Property for [State](# |
| static CurrentKeyProperty | Property for [CurrentKey](# |
| static StepRequestedCommandProperty | Property for [StepRequestedCommand](# |
| static FinishCommandProperty | Property for [FinishCommand](# |
| static CancelCommandProperty | Property for [CancelCommand](# |
Methods¶
| Name | Summary |
|---|---|
| RequestStep | Requests navigation to the specified step key. |