Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 729 Bytes

DatePicker-Style.md

File metadata and controls

29 lines (22 loc) · 729 Bytes

This just replaces the standard DatePicker when you drop in the library, nothing fancy to activate it.

Usage

 <DatePicker/>

you can change calendar ui culture:

ConfigHelper.Instance.SetLang("en-us");

To use Attached Properties, you should set Style

<DatePicker Style="{StaticResource DatePickerExtend}"/>

you can use InfoElement Attached Property, For more information about InfoElement, see here

<DatePicker Style="{StaticResource DatePickerExtend}" hc:InfoElement.Title="Select Date"/>
Available styles
DatePickerExtend