Back to Devexpress

CardView.ExpandCard(Int32) Method

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

latest2.0 KB
Original Source

CardView.ExpandCard(Int32) Method

Expands the specified card.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ExpandCard(
    int rowHandle
)
vb
Public Sub ExpandCard(
    rowHandle As Integer
)

Parameters

NameTypeDescription
rowHandleInt32

An integer value that identifies the card by its handle.

|

Remarks

To expand all cards, use the CardView.ExpandAllCards method. To collapse a card, use the CardView.CollapseCard method.

Use the CardView.IsCardExpanded method to identify whether the specified card is expanded.

For information on how end-users can expand/collapse cards, see Expanding and Collapsing Cards.

See Also

IsCardExpanded(Int32)

ExpandAllCards()

CollapseCard(Int32)

CollapseAllCards()

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace