alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ProgressBarValueMode

    Gets or sets value mode of the progress bar.

    Inheritance
    System.Object
    ProgressBarValueMode
    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class ProgressBarValueMode : Enum

    Fields

    None

    Specifies that the progress bar will be displayed without value.

    Declaration
    public const ProgressBarValueMode None
    Field Value
    Type
    ProgressBarValueMode

    Percentage

    Specifies that the progress bar display value is in percent.

    Declaration
    public const ProgressBarValueMode Percentage
    Field Value
    Type
    ProgressBarValueMode

    Value

    Specifies that the progress bar display value is in value.

    Declaration
    public const ProgressBarValueMode Value
    Field Value
    Type
    ProgressBarValueMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved