Class TreeGrid
TODO: Work in progress.
public class TreeGrid : Selector, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
- Inheritance
-
TreeGrid
- Implements
- Inherited Members
Constructors
TreeGrid()
public TreeGrid()
Fields
HeadersProperty
Identifies the Headers dependency property.
public static readonly DependencyProperty HeadersProperty
Field Value
Properties
Headers
Gets or sets the data used to generate the child elements of this control.
[Bindable(true)]
public ObservableCollection<TreeGridHeader>? Headers { get; set; }
Property Value
Methods
OnHeadersChanged(DependencyPropertyChangedEventArgs)
protected virtual void OnHeadersChanged(DependencyPropertyChangedEventArgs e)