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

    Show / Hide Table of Contents

    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

    Extension Methods

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