Class DefaultValuesNeededEventArgs
Inherited Members
System.EventArgs.Empty
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.GridView.dll
Syntax
public class DefaultValuesNeededEventArgs : GridViewRowEventArgs
Constructors
DefaultValuesNeededEventArgs(GridViewRowInfo)
Initializes a new instance of the DefaultValuesNeededEventArgs class.
Declaration
public DefaultValuesNeededEventArgs(GridViewRowInfo rowInfo)
Parameters
|
GridViewRowInfo
rowInfo
The row info. |
Properties
AddWithDefaultValues
Gets or sets whether to add with default values.
Declaration
public bool AddWithDefaultValues { get; set; }
Property Value
|
System.Boolean
The add with default values. |