Class ValidateDateValueCommandResult
Result of a command which validates the format of a Date value.
[Obsolete("Serverside validation of 'DateInputComponent' is being deprecated.")]
[ObsoleteSince(29, 4)]
public sealed class ValidateDateValueCommandResult
- Inheritance
-
objectValidateDateValueCommandResult
- Extension Methods
Properties
IsValid
Represents whether the value is in a valid format or not.
public bool IsValid { get; set; }
Property Value
- bool