Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class DefaultValuesNeededEventArgs : GridViewRowEventArgs
Inheritance: objectEventArgsGridViewRowEventArgsDefaultValuesNeededEventArgs
Inherited Members
Constructors
Initializes a new instance of the DefaultValuesNeededEventArgs class.
C#
public DefaultValuesNeededEventArgs(GridViewRowInfo rowInfo)
The row info.
Properties
Gets or sets whether to add with default values.
C#
public bool AddWithDefaultValues { get; set; }
The add with default values.