alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved