CardView.IsCardExpanded(Int32) Method
Indicates whether the specified card is expanded.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value that specifies the card’s handle. |
Returns
Type | Description |
---|---|
Boolean | true if the specified card is expanded; otherwise, false. |
Remarks
To expand/collapse a card, use the CardView.ExpandCard and CardView.CollapseCard methods, respectively. The CardView.ExpandAllCards and CardView.CollapseAllCards methods allow you to expand and collapse all cards, respectively.
For information on how end-users can expand/collapse cards, see Expanding and Collapsing Cards.
See Also