Skip to main content

CardData.GetIsExpanded(DependencyObject) Method

Indicates whether the specified card is expanded.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public static bool GetIsExpanded(
    DependencyObject d
)

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