Skip to main content

CalendarClient.ZoomOutSelectionMarkerTemplate Property

Gets or sets the data template of a zoom out selection marker. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate ZoomOutSelectionMarkerTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object applied to the zoom out selection marker.

Remarks

If an end-user selects a range and zooms out, the zoom out selection marker appears within the calendar item. The zoom out selection marker indicates that the item contains a selection.

RangeControl Zoom out selection marker

See Also