WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataQueryUnboundColumnCellEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataQueryUnboundColumnCellEventArgs

    Provides the Unbound column value data that can be handled by the subscriber.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridDataQueryUnboundColumnCellEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataQueryUnboundColumnCellEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridDataQueryUnboundColumnCellEventArgs()

    Initializes a new instance of the GridDataQueryUnboundColumnCellEventArgs class.

    Declaration
    public GridDataQueryUnboundColumnCellEventArgs()

    Properties

    Cell

    Gets the cell.

    Declaration
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    RowColumnIndex

    The cell.

    Record

    Gets the record.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record.

    RecordEntry

    Gets the record entry.

    Declaration
    public GridDataRecord RecordEntry { get; }
    Property Value
    Type Description
    GridDataRecord

    The record entry.

    RecordIndex

    Gets the index of the record.

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

    The index of the record.

    Style

    Gets the GridDataStyleInfo style.

    Declaration
    public GridDataStyleInfo Style { get; }
    Property Value
    Type Description
    GridDataStyleInfo

    The style.

    UnboundColumn

    Gets GridDataUnboundVisibleColumn value.

    Declaration
    public GridDataUnboundVisibleColumn UnboundColumn { get; }
    Property Value
    Type Description
    GridDataUnboundVisibleColumn

    The unbound column.

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