'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("DateTimePickerCustomFormatDescr")> Public Property CustomFormat As System.String
'Usage
Dim instance As NDateTimePicker Dim value As System.String instance.CustomFormat = value value = instance.CustomFormat
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [SRCategory("CatBehavior")] [SRDescription("DateTimePickerCustomFormatDescr")] public System.string CustomFormat {get; set;}