Class RowDetailsVisibilityChangingEventArgs
Provides data for the Row
Inheritance
System.Object
RowDetailsVisibilityChangingEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RowDetailsVisibilityChangingEventArgs : CancelEventArgs
Constructors
RowDetailsVisibilityChangingEventArgs(GridViewRow, Nullable<Visibility>)
Initializes a new instance of the Row
Declaration
public RowDetailsVisibilityChangingEventArgs(GridViewRow row, Nullable<Visibility> newVisibility)
Parameters
Grid The row. |
System. The new visibility. |
Properties
NewVisibility
Gets the new visibility.
Declaration
public Nullable<Visibility> NewVisibility { get; }
Property Value
System. The new visibility. |
Row
Gets the Grid
Declaration
public GridViewRow Row { get; }