Calendar.CalendarDayButtonStyle Property

Definition

Gets or sets the Style associated with the control's internal CalendarDayButton object.

public:
 property System::Windows::Style ^ CalendarDayButtonStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style CalendarDayButtonStyle { get; set; }
member this.CalendarDayButtonStyle : System.Windows.Style with get, set
Public Property CalendarDayButtonStyle As Style

Property Value

The current style of the CalendarDayButton object.

Remarks

XAML Attribute Usage

<object CalendarDayButtonStyle="{resourceExtension styleResourceKey}"/>  

XAML Values

resourceExtension
One of the following: StaticResource or DynamicResource. For more information, see XAML Resources.

styleResourceKey
The key that identifies the resource being requested. The key refers to an existing resource in a ResourceDictionary.

Dependency Property Information

Identifier field CalendarDayButtonStyleProperty
Metadata properties set to true None

Applies to