Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDateTimePicker Class / CustomFormat Property


In This Topic
    CustomFormat Property
    In This Topic
    Syntax
    '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;}
    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