CalendarDayButton::IsSelected Property

.NET Framework (current version)
 

Gets a value that indicates whether the date represented by this button is selected.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property bool IsSelected {
	bool get();
}

Property Value

Type: System::Boolean

true if the date is selected; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: