Class QueryDetailsViewExpanderStateEventArgs
Provides data to the QueryDetailsViewExpanderState event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class QueryDetailsViewExpanderStateEventArgs : GridEventArgsConstructors
QueryDetailsViewExpanderStateEventArgs(Object)
Initializes an instance of the QueryDetailsViewExpanderStateEventArgs class.
Declaration
public QueryDetailsViewExpanderStateEventArgs(object dataGrid)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | dataGrid | The datagrid. | 
Properties
ExpanderVisibility
Gets or sets a value that indicates whether GridDetailsViewExpanderCell has expander visibility or not.
Declaration
public bool ExpanderVisibility { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
IsExpanded
Gets a value that indicates whether the GridDetailsViewExpanderCell is expanded or collapsed.
Declaration
public bool IsExpanded { get; }Property Value
| Type | 
|---|
| System.Boolean | 
Record
Gets the record in which the state of GridDetailsViewExpanderCell is being changed.
Declaration
public object Record { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | The record in which the state of GridDetailsViewExpanderCell is being changed. |