Table of Contents

Class ValidateDateValueCommandResult

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

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
object
ValidateDateValueCommandResult
Extension Methods

Properties

IsValid

Represents whether the value is in a valid format or not.

public bool IsValid { get; set; }

Property Value

bool