DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface IUIDataGridRow

    A component that represents a row in a IUIDataGrid.

    Inherited Members
    ICollection<IUIDataGridCell>.Add(IUIDataGridCell)
    ICollection<IUIDataGridCell>.Clear()
    ICollection<IUIDataGridCell>.Contains(IUIDataGridCell)
    ICollection<IUIDataGridCell>.CopyTo(IUIDataGridCell[], int)
    ICollection<IUIDataGridCell>.Remove(IUIDataGridCell)
    ICollection<IUIDataGridCell>.Count
    ICollection<IUIDataGridCell>.IsReadOnly
    IEnumerable<IUIDataGridCell>.GetEnumerator()
    IDataGridRow<IUIElement>.Details
    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

    Extension Methods

    LoggingExtensions.Log<T>(T)
    In this article
    DevToys logo © 2024 DevToys