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