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

    Show / Hide Table of Contents

    Interface IUIListItem

    A component that represents an item in a list.

    Namespace: DevToys.Api
    Assembly: DevToys.Api.dll
    Syntax
    public interface IUIListItem

    Properties

    UIElement

    Gets the IUIElement to display in the item.

    Declaration
    IUIElement UIElement { get; }
    Property Value
    Type Description
    IUIElement

    Value

    Gets the value associated to the item.

    Declaration
    object? Value { get; }
    Property Value
    Type Description
    object

    Extension Methods

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