alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridProgressBarStyle

    Gets or sets the style of the progress bar.

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

    Fields

    Gradient

    Specifies that the foreground is drawn with a gradient brush.

    Declaration
    public const GridProgressBarStyle Gradient
    Field Value
    Type
    GridProgressBarStyle

    Image

    Specifies that the foreground is drawn with an image.

    Declaration
    public const GridProgressBarStyle Image
    Field Value
    Type
    GridProgressBarStyle

    MultipleGradient

    Specifies that the foreground is drawn with a multiple gradient brush.

    Declaration
    public const GridProgressBarStyle MultipleGradient
    Field Value
    Type
    GridProgressBarStyle

    None

    Specifies that the foreground is drawn with foreground color.

    Declaration
    public const GridProgressBarStyle None
    Field Value
    Type
    GridProgressBarStyle

    Tube

    Specifies that the foreground is drawn with a vertical tube-like gradient brush.

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