| C1.Win.C1Input Namespace > C1TextBox Class : DateTimeInput Property |
'Declaration<C1CategoryAttribute("Format")> <C1DescriptionAttribute("Sets or gets a value indicating whether a special edit mode is used for DateTime values.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Overridable Property DateTimeInput As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.DateTimeInput = value value = instance.DateTimeInput
[C1Category("Format")] [C1Description("Sets or gets a value indicating whether a special edit mode is used for DateTime values.")] [DefaultValue()] [RefreshProperties(RefreshProperties.All)] public virtual bool DateTimeInput {get; set;}
[C1Category("Format")] [C1Description("Sets or gets a value indicating whether a special edit mode is used for DateTime values.")] [DefaultValue()] [RefreshProperties(RefreshProperties.All)] public: virtual property bool DateTimeInput { bool get(); void set ( bool value); }
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