Class GridViewRowDetailsEventArgs
Provides data for the Loading
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewRowDetailsEventArgs : EventArgs
Constructors
GridViewRowDetailsEventArgs(GridViewRow, FrameworkElement)
Initializes a new instance of the Grid
Declaration
public GridViewRowDetailsEventArgs(GridViewRow row, FrameworkElement detailsElement)
Parameters
Grid The Grid |
System. The System. |
Properties
DetailsElement
Gets the System.
Declaration
public FrameworkElement DetailsElement { get; }
Property Value
System.
|
Row
Gets the Grid
Declaration
public GridViewRow Row { get; }
Property Value
Visibility
Gets the Visibility of the row details.
Declaration
public Nullable<Visibility> Visibility { get; }
Property Value
System.
|