TreeDataGrid for Avalonia Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. TreeDataGridCore.Models
    4. IColumn

    IColumn Interface

    Definition

    Namespace TreeDataGridCore.Models
    Assembly TreeDataGrid.Core.dll
    Derived TreeDataGridCore.Models.CheckBoxColumn<TModel>, TreeDataGridCore.Models.ColumnBase<TModel>, TreeDataGridCore.Models.HierarchicalExpanderColumn<TModel>, TreeDataGridCore.Models.IExpanderColumn<TModel>, TreeDataGridCore.Models.TemplateColumn<TModel>, TreeDataGridCore.Models.TextColumn<TModel, TValue>, TreeDataGridCore.Models.ValueColumn<TModel, TValue>
    Implements IColumn, INotifyPropertyChanged
    View source
    Show inherited members (8)
    • TreeDataGridCore.Models.IColumn.Id
    • TreeDataGridCore.Models.IColumn.Header
    • TreeDataGridCore.Models.IColumn.Width
    • TreeDataGridCore.Models.IColumn.IsVisible
    • TreeDataGridCore.Models.IColumn.PresentationKey
    • TreeDataGridCore.Models.IColumn.SortDirection
    • TreeDataGridCore.Models.IColumn.Tag
    • System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    public interface IColumn<TModel> : IColumn, INotifyPropertyChanged
    

    Type parameters

    TModel
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Methods (2)

    Accept<TResult>(IColumnVisitor<TModel, TResult>)
    GetComparison(ListSortDirection)

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages