IColumns Interface

Definition

Represents a collection of columns in an ITreeDataGridSource.

public interface IColumns : IReadOnlyList<IColumn>, IReadOnlyCollection<IColumn>, IEnumerable<IColumn>, IEnumerable, INotifyCollectionChanged

Remarks

Note that items retrieved from an IColumns collection may be reused, so the IColumn should be treated as valid only until the next item is retrieved from the collection.

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

Methods (6)

Events (1)