Class GridDataQueryUnboundColumnCellEventArgs
Provides the Unbound column value data that can be handled by the subscriber.
Inheritance
System.Object
GridDataQueryUnboundColumnCellEventArgs
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. |