Interface IUIDataGridCell
A component that represents a cell in a IUIDataGridRow.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IUIDataGridCell
Properties
UIElement
Gets the IUIElement to display in the cell.
Declaration
IUIElement? UIElement { get; }
Property Value
Type | Description |
---|---|
IUIElement |