Class DefaultValesNeeedEventArgs
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
[Obsolete("This class is obsolete use the DefaultValuesNeededEventArgs instead.")]
public class DefaultValesNeeedEventArgs : GridViewRowEventArgs
Constructors
DefaultValesNeeedEventArgs(GridViewRowInfo)
Declaration
[Obsolete("This class is obsolete use the DefaultValuesNeededEventArgs instead.")]
public DefaultValesNeeedEventArgs(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo
rowInfo
|
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. |