MindFusion.Wpf Pack Programmer's Guide
Calendar.SelectionOnTop Property
See Also
 





Gets or sets a value indicating whether the selection is displayed above the corresponding cells or below them. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool SelectionOnTop { get; set; }

Visual Basic  Copy Code

Public Property SelectionOnTop As Boolean

 Property Value

true; to display the selection visual over the corresponding cell; false, to display the selection visual under the corresponding cell.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace