Class DataLayoutItemValidatingEventArgs
Inheritance
System.Object
    DataLayoutItemValidatingEventArgs
  Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataLayoutItemValidatingEventArgs : CancelEventArgs
  Constructors
DataLayoutItemValidatingEventArgs(DataLayoutControlItem, ErrorProvider, RadRangeAttribute)
Declaration
public DataLayoutItemValidatingEventArgs(DataLayoutControlItem item, ErrorProvider errorProvider, RadRangeAttribute rangeAttribute)
  Parameters
| 
        DataLayoutControlItem
        item
         
  | 
    
| 
        System.Windows.Forms.ErrorProvider
        errorProvider
         
  | 
    
| 
        RadRangeAttribute
        rangeAttribute
         
  | 
    
Properties
ErrorProvider
Declaration
public ErrorProvider ErrorProvider { get; }
  Property Value
| 
        System.Windows.Forms.ErrorProvider
         
  |