KaxDateInputValidationDate Property |
Note: This API is now obsolete.
This property is no longer used. The recomended alternative is the Text property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [ObsoleteAttribute("The recomended alternative is Text property")]
public string ValidationDate { get; }
<ObsoleteAttribute("The recomended alternative is Text property")>
Public ReadOnly Property ValidationDate As String
Get
public:
[ObsoleteAttribute(L"The recomended alternative is Text property")]
property String^ ValidationDate {
String^ get ();
}
[<ObsoleteAttribute("The recomended alternative is Text property")>]
member ValidationDate : string with get
Property Value
Type:
StringSee Also