CardData.GetIsExpanded(DependencyObject) Method
Indicates whether the specified card is expanded.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| d | DependencyObject | A CardData object that corresponds to the card whose expanded state is returned. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To learn more, see Expanding and Collapsing Cards.
See Also