Interface IGridColumn
Interface for Grid column.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IGridColumn
Methods
GetForeignData()
Retrieves the foreign key data associated with the grid column.
Declaration
object GetForeignData()
Returns
| Type |
|---|
| object |