WPF

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

    Show / Hide Table of Contents

    Class GridUnboundColumnEventsArgs

    Provides data for QueryUnboundColumnValue event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridUnboundColumnEventsArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.ToString()
    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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridUnboundColumnEventsArgs : GridEventArgs

    Properties

    Column

    Gets the GridColumn of the cell triggers this event.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    Record

    Gets the data object associated with the row which has the grid cell triggered this event.

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

    UnBoundAction

    Gets the constants that specifies the actions for triggering the QueryUnboundColumnValue event.

    Declaration
    public UnBoundActions UnBoundAction { get; }
    Property Value
    Type Description
    UnBoundActions

    The UnBoundActions which triggered this event.

    Remarks

    The UnBoundAction – QueryData denotes, the event is raised to get or query the value for cell. The UnBoundAction - CommitData denotes, the event is raised to notify or commit the edited value.

    Value

    Gets or sets the value for GridUnBoundColumn cell based on UnBoundAction.

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

    An object that contains the value for the GridUnBoundColumn.

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