Calendar.CalendarButtonStyle Property

Definition

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

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

Property Value

The current style of the CalendarButton object.

Remarks

XAML Attribute Usage

<object CalendarButtonStyle="{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 CalendarButtonStyleProperty
Metadata properties set to true None

Applies to