https://github.com/k33ptoo/bunifudatepickerdemo
A C# demo project for BunifuDatePicker control
https://github.com/k33ptoo/bunifudatepickerdemo
bunifu csharp-library framework ui-components winforms
Last synced: about 2 months ago
JSON representation
A C# demo project for BunifuDatePicker control
- Host: GitHub
- URL: https://github.com/k33ptoo/bunifudatepickerdemo
- Owner: k33ptoo
- Created: 2018-08-09T08:36:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T09:44:14.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T07:17:49.194Z (over 1 year ago)
- Topics: bunifu, csharp-library, framework, ui-components, winforms
- Language: C#
- Homepage: https://bunifuframework.com/ref/admin
- Size: 699 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BunifuDatePickerDemo
[](https://bunifuframework.com/)
## BunifuDatePicker

This demo shows how to make use of BunifuDatePicker to it's maximum, it has custom properties including
- **BorderRadius** -Gets or Sets the border radius of the datepicker
- **Color** - Gets or Sets the color of the datepicker control
- **DateBorderThickeness** - Gets or Sets the Type of border thickness of the control
- **DisplayWeekNumber** - Gets or Sets the Week Display Property to true or false
- **FillDatePicker** - Gets or Sets the fill type of the datepicker to true of false
- **Icon** - Gets or Sets the icon of the control
- **IconColor** - Gets or Sets the color of the Icon
- **IconLocation** - Gets or Sets the location of the icon to Right or Left.
Advantages of BunifuDatePicker is you can achieve your desired look with a few property changes and also give your project a modern look.
**Screenshot**


## Using DatePicker Value
BunifuDatePicker has **Value** property where you can Get or Set its value, say if you want the displayed value of the datepicker to be yesterday you can set it like
```csharp
DateTime result = DateTime.Today.Subtract(TimeSpan.FromDays(1));
bunifuDatePicker1.Value = result;
```
Information about DatePicker Value Property is found [here](https://msdn.microsoft.com/en-us/library/system.windows.forms.datetimepicker.value%28v=vs.110%29.aspx)
**Libraries**
MySql.Data.dll
Bunifu.Core.dll
Bunifu.UI.WinForms.BunifuDatePicker.dll
Note : Make sure you add these libraries before testing this app
**Others**
Buy or try [Bunifu Framework](https://bunifuframework.com/) Today