Back to Devexpress

ValidateRangeEventArgs Members

wpf-devexpress-dot-xpf-dot-editors-dot-validaterangeeventargs-dot-underscore-members.md

latest3.6 KB
Original Source

ValidateRangeEventArgs Members

Contains data for the Validate event.

Constructors

NameDescription
ValidateRangeEventArgs(Nullable<DateTime>, Nullable<DateTime>)Initializes a new instance of the ValidateRangeEventArgs class with specified settings.

Properties

NameDescription
EndGets the end date of the validated range.
EndErrorGets or sets the error description for the end date of the validated range.
IsEndValidGets or sets whether the end date of the validated range is valid.
IsStartValidGets or sets whether the start date of the validated range is valid.
StartGets the start date of the validated range.
StartErrorGets or sets the error description for the start date of the validated range.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ValidateRangeEventArgs Class

DevExpress.Xpf.Editors Namespace