Interface IUIDataGridRow
A component that represents a row in a IUIDataGrid.
Inherited Members
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IUIDataGridRow : ICollection<IUIDataGridCell>, IEnumerable<IUIDataGridCell>, IEnumerable, IDataGridRow<IUIElement>
Properties
Value
Gets the value associated to the row.
Declaration
object? Value { get; }
Property Value
Type | Description |
---|---|
object |