Class
DefaultValuesNeededEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class DefaultValuesNeededEventArgs : GridViewRowEventArgs

Inheritance: objectEventArgsGridViewRowEventArgsDefaultValuesNeededEventArgs

Inherited Members GridViewRowEventArgs.RowsGridViewRowEventArgs.RowEventArgs.Empty

Constructors

DefaultValuesNeededEventArgs(GridViewRowInfo)

Initializes a new instance of the DefaultValuesNeededEventArgs class.

Declaration

cs-api-definition
public DefaultValuesNeededEventArgs(GridViewRowInfo rowInfo)

Parameters

rowInfo

GridViewRowInfo

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

bool

The add with default values.