New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class DefaultValuesNeededEventArgs : GridViewRowEventArgs

Inheritance: objectEventArgsGridViewRowEventArgsDefaultValuesNeededEventArgs

Inherited Members GridViewRowEventArgs.RowsGridViewRowEventArgs.RowEventArgs.Empty

Constructors

Initializes a new instance of the DefaultValuesNeededEventArgs class.

C#
public DefaultValuesNeededEventArgs(GridViewRowInfo rowInfo)
Parameters:rowInfoGridViewRowInfo

The row info.

Properties

Gets or sets whether to add with default values.

C#
public bool AddWithDefaultValues { get; set; }
Property Value:

The add with default values.