Skip to main content

DateHeaderPresenter.Child Property

Gets or sets the single child element of a DateHeaderPresenter. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public override UIElement Child { get; set; }

Property Value

Type Description
UIElement

A UIElement object that is the child element.

See Also