Class DataLayoutValidationInfo
Inheritance
System.Object
DataLayoutValidationInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataLayoutValidationInfo
Constructors
DataLayoutValidationInfo()
Declaration
public DataLayoutValidationInfo()
DataLayoutValidationInfo(DataLayoutControlItem, ErrorProvider, RadRangeAttribute)
Declaration
public DataLayoutValidationInfo(DataLayoutControlItem item, ErrorProvider errorProvider, RadRangeAttribute rangeAttribute)
Parameters
DataLayoutControlItem
item
|
System.Windows.Forms.ErrorProvider
errorProvider
|
RadRangeAttribute
rangeAttribute
|
Properties
ErrorProvider
Declaration
public ErrorProvider ErrorProvider { get; set; }
Property Value
System.Windows.Forms.ErrorProvider
|