CardData.GetIsExpanded(DependencyObject) Method
Indicates whether the specified card is expanded.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.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 | true if the specified card is expanded; otherwise, false. |
Remarks
To learn more, see Expanding and Collapsing Cards.
See Also