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.")]
public sealed class ValidateDateValueCommandResult
Inheritance
object
ValidateDateValueCommandResult
Extension Methods

Constructors

ValidateDateValueCommandResult()

public ValidateDateValueCommandResult()

Properties

IsValid

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

public bool IsValid { get; set; }

Property Value

bool