Class
GridViewRowDetailsEventArgs

Provides data for the LoadingRowDetails and UnloadingRowDetails events.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewRowDetailsEventArgs : EventArgs

Inheritance: objectEventArgsGridViewRowDetailsEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewRowDetailsEventArgs(GridViewRow, FrameworkElement)

Initializes a new instance of the GridViewRowDetailsEventArgs class.

Declaration

cs-api-definition
public GridViewRowDetailsEventArgs(GridViewRow row, FrameworkElement detailsElement)

Parameters

row

GridViewRow

The GridViewRow that details belong to.

detailsElement

FrameworkElement

The FrameworkElement loaded from the row details template.

Properties

DetailsElement

Gets the FrameworkElement loaded from the row details template.

Declaration

cs-api-definition
public FrameworkElement DetailsElement { get; }

Property Value

FrameworkElement

Row

Gets the GridViewRow that details belong to.

Declaration

cs-api-definition
public GridViewRow Row { get; }

Property Value

GridViewRow

Visibility

Gets the Visibility of the row details.

Declaration

cs-api-definition
public Visibility? Visibility { get; }

Property Value

Visibility?