Class GeneratorStatus
Used by ItemContainerGenerator to indicate the status of its item generation.
Inheritance
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class GeneratorStatus : Enum
Fields
ContainersGenerated
The generator has finished generating containers.
Declaration
public const GeneratorStatus ContainersGenerated
Field Value
GeneratorStatus
|
Error
The generator has finished generating containers, but encountered one or more errors.
Declaration
public const GeneratorStatus Error
Field Value
GeneratorStatus
|
GeneratingContainers
The generator is generating containers.
Declaration
public const GeneratorStatus GeneratingContainers
Field Value
GeneratorStatus
|
NotStarted
The generator has not tried to generate content.
Declaration
public const GeneratorStatus NotStarted
Field Value
GeneratorStatus
|
value__
Declaration
public int value__
Field Value
System.Int32
|