Class WorkResult
This enum classifies work result.
Inheritance
System.Object
WorkResult
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class WorkResult : Enum
Fields
ChangedScroll
Indicates that DateTime was correctly changed while scrolling.
Declaration
public const WorkResult ChangedScroll
Field Value
Type |
---|
WorkResult |
ChangedType
Indicates that DateTime was correctly changed while typing.
Declaration
public const WorkResult ChangedType
Field Value
Type |
---|
WorkResult |
IncorrectChangedScroll
Indicates that DateTime was incorrectly changed while scrolling.
Declaration
public const WorkResult IncorrectChangedScroll
Field Value
Type |
---|
WorkResult |
IncorrectChangedType
Indicates that DateTime was incorrectly changed while typing.
Declaration
public const WorkResult IncorrectChangedType
Field Value
Type |
---|
WorkResult |
Read
Indicates that DateTime was not changed while reading.
Declaration
public const WorkResult Read
Field Value
Type |
---|
WorkResult |