menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct GridModelCurrentCellState - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct GridModelCurrentCellState

    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public struct GridModelCurrentCellState : IDisposable

    Constructors

    GridModelCurrentCellState(GridControlBase, RowColumnIndex)

    Declaration
    public GridModelCurrentCellState(GridControlBase grid, RowColumnIndex cellRowColumnIndex)
    Parameters
    Type Name Description
    GridControlBase grid
    RowColumnIndex cellRowColumnIndex

    Fields

    Empty

    Declaration
    public static GridModelCurrentCellState Empty
    Field Value
    Type
    GridModelCurrentCellState

    Properties

    CellRowColumnIndex

    Declaration
    public RowColumnIndex CellRowColumnIndex { get; }
    Property Value
    Type
    RowColumnIndex

    ColumnIndex

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    GridControl

    Declaration
    public GridControlBase GridControl { get; }
    Property Value
    Type
    GridControlBase

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type
    System.Boolean

    RowIndex

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved