Skip to main content
All docs
V23.2

DateRangeControl.PredefinedRangeTemplate Property

Gets or sets the template that is used to display a predefined range. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate PredefinedRangeTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that specifies the template to display a predefined range.

See Also