'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <DescriptionAttribute("A string that defines the culturally appropriate format of displaying dates and times.")> <TypeConverterAttribute("Xceed.SmartUI.Design.DateTimeFormatConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(True)> Public Property Format As String
'Usage Dim instance As DateTimePanel Dim value As String instance.Format = value value = instance.Format
[Category("Appearance")] [DefaultValue()] [Description("A string that defines the culturally appropriate format of displaying dates and times.")] [TypeConverter("Xceed.SmartUI.Design.DateTimeFormatConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")] [Browsable(true)] [MergableProperty(true)] [Localizable(true)] public string Format {get; set;}