Xamarin.Android

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

    Show / Hide Table of Contents

    Class ProgressStates

    Defines constants that specify the state of column resizing operation.

    Inheritance
    System.Object
    ProgressStates
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class ProgressStates : Enum

    Fields

    Completed

    Defines the column resizing operation is ended.

    Declaration
    public const ProgressStates Completed
    Field Value
    Type Description
    ProgressStates

    Progressing

    Defines the column is being resized currently in SfDataGrid.

    Declaration
    public const ProgressStates Progressing
    Field Value
    Type Description
    ProgressStates

    Starting

    Defines that the resizing operation is about to Start.

    Declaration
    public const ProgressStates Starting
    Field Value
    Type Description
    ProgressStates

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved