Xceed Grid for WinForms v4.3 Documentation
NullDateString Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinDatePicker Class : NullDateString Property
Gets or sets the string displayed in the date picker when a a null reference (Nothing in Visual Basic) is assigned to Value.
Syntax
'Declaration
 
<DescriptionAttribute("The string displayed in the date picker when a null (Nothing in Visual Basic) is assigned to Value.")>
<CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
Public Property NullDateString As String
'Usage
 
Dim instance As WinDatePicker
Dim value As String
 
instance.NullDateString = value
 
value = instance.NullDateString
[Description("The string displayed in the date picker when a null (Nothing in Visual Basic) is assigned to Value.")]
[Category("Appearance")]
[Localizable(true)]
public string NullDateString {get; set;}

Property Value

A string representing the text displayed in the date picker when a null reference (Nothing in Visual Basic) is assigned to Value. By default, DefaultNullDateString.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinDatePicker Class
WinDatePicker Members