Interface IDataGridRow<T>
Represents a data grid row with optional detail information.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IDataGridRow<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The type of the detail information. |
Properties
Details
Gets the element to display as detail information in the row.
Declaration
T? Details { get; }
Property Value
Type | Description |
---|---|
T |