Back to Devexpress

CardView.IsCardExpanded(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-dot-iscardexpanded-x28-system-dot-int32-x29.md

latest2.2 KB
Original Source

CardView.IsCardExpanded(Int32) 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

csharp
public bool IsCardExpanded(
    int rowHandle
)
vb
Public Function IsCardExpanded(
    rowHandle As Integer
) As Boolean

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the card’s handle.

|

Returns

TypeDescription
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

ExpandCard(Int32)

ExpandAllCards()

CollapseCard(Int32)

CollapseAllCards()

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace