
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
A modern, customizable WPF calendar control for .NET 8 applications. Easily integrate a feature-rich calendar UI into your desktop projects. It provides a modern, user-friendly interface for date selection, supporting month and year navigation, and is designed for easy integration into your WPF projects.
Install via NuGet Package Manager:
Or via .NET CLI:
dotnet add package Calendar-Wpf
In your XAML file:
xmlns:calendar="clr-namespace:CalendarWpf;assembly=Calendar-Wpf"
<calendar:CustomCalendar x:Name="myCalendar" AllowFutureDate="False" // Set to true to allow future dates DateFormat="MM_dd_yyyy" // Choose from DateFormatType enum IsEditable="False" /> // Set IsEditable to true to allow text editing
Property | Type | Description |
---|---|---|
Padding | Thickness | Set padding of the control. |
CalendarIcon | ImageSource | Set calendar icon as per choice. |
IconHeightWidth | double | Set height and width for calendar icon. |
SelectedDateTime | DateTime | The currently selected date. |
SelectedDateText | string | The selected date as a formatted string. |
DateFormat | DateFormatType | Enum for date format (e.g., MM_dd_yyyy, yyyy_MM_dd). |
AllowFutureDate | bool | If false, prevents selecting dates in the future. |
IsEditable | bool | Allows direct text editing of the date. |
FontFamily | FontFamily | Font for the control. |
FontSize | double | Font size. |
ForegroundColor | Brush | Text color. |
PlaceholderColor | Brush | Mask placeholder color. |
BackgroundColor | Brush | Background color. |
BorderBrushColor | Brush | Border color. |
BorderThickness | Thickness | Border thickness. |
CornerRadius | CornerRadius | Border corner radius. |
Flaticon
Calendar day icons created by Rakib Hassan Rahim - Flaticon
This project is licensed under the MIT License.
Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request.
Calendar-Wpf � The easy way to add a modern calendar to your WPF apps.
FAQs
Custome calendar for WPF
We found that calendar-wpf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.