Skip to content

TableHeaderList<TItem, TOwner> with string indexer #830

@YevgeniyShunevych

Description

@YevgeniyShunevych

Create TableHeaderList<TItem, TOwner> class inherited from ControlList<TItem, TOwner> with indexer:

public TItem this[string headerText] { get; }

Change the property type of Table<THeader, TRow, TOwner>.Headers to the newly created type:

public TableHeaderList<THeader, TOwner> Headers { get; }

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions