Class QueryButtonCellStyleEventArgs
Represents a class that provides the data for the QueryButtonCellStyle event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class QueryButtonCellStyleEventArgs : GridEventArgs
Constructors
QueryButtonCellStyleEventArgs(Object)
Initializes a new instance of the QueryButtonCellStyleEventArgs class.
Declaration
public QueryButtonCellStyleEventArgs(object originalSender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSender | The source of the event. |
Properties
Button
Gets the CellButton.
Declaration
public CellButton Button { get; }
Property Value
Type |
---|
CellButton |
Column
Gets the column of the CellButton.
Declaration
public GridColumn Column { get; }
Property Value
Type |
---|
GridColumn |
ColumnIndex
Gets the column index of the cell.
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
DisplayText
Gets or sets the text that needs to be displayed on the button.
Declaration
public string DisplayText { get; set; }
Property Value
Type |
---|
System.String |
Record
Gets the record associated with the CellButton.
Declaration
public object Record { get; }
Property Value
Type |
---|
System.Object |
RowIndex
Gets the row index of the cell.
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |
Style
Gets or sets the button style.
Declaration
public ButtonCellStyleInfo Style { get; set; }
Property Value
Type |
---|
ButtonCellStyleInfo |