Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.97 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.97 KB

BunifuDatePickerDemo

N|Solid

BunifuDatePicker

Example

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

Example

Example

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

DateTime result = DateTime.Today.Subtract(TimeSpan.FromDays(1));
            bunifuDatePicker1.Value = result;

Information about DatePicker Value Property is found here

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 Today