Class DataGridSearchCellInfo
Represents the search-related information for a cell in a data grid.
Inheritance
System.Object
DataGridSearchCellInfo
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridSearchCellInfo : Object
Constructors
DataGridSearchCellInfo()
Initializes a new instance of the class, with an empty list for matching columns.
Declaration
public DataGridSearchCellInfo()
Properties
ColumnCollection
Gets or sets a collection of columns that matches with the search text in a row.
Declaration
public List<DataGridColumn> ColumnCollection { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DataGridColumn> |
Record
Gets or sets a data object that is associated with cell.
Declaration
public object Record { get; set; }
Property Value
Type |
---|
System.Object |