menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridProgressState - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridProgressState

    Defines constants that specify the possible progressing states of resizing/zooming operation in a SfDataGrid control.

    Inheritance
    System.Object
    DataGridProgressState
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridProgressState : Enum

    Fields

    Completed

    Specifies that the column is resized.

    Declaration
    public const DataGridProgressState Completed
    Field Value
    Type
    DataGridProgressState

    Progressing

    Specifies that the column is being resized.

    Declaration
    public const DataGridProgressState Progressing
    Field Value
    Type
    DataGridProgressState

    Starting

    Specifies that the resizing operation is about to start.

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