'Declaration
<SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("DateTimePickerMaxDateDescr")> Public Property MaxDate As System.Date
'Usage
Dim instance As NDateTimePicker Dim value As System.Date instance.MaxDate = value value = instance.MaxDate
[SRCategory("CatBehavior")] [SRDescription("DateTimePickerMaxDateDescr")] public System.DateTime MaxDate {get; set;}