Skip to main content
A newer version of this page is available. .

CardData.CardHeaderData Property

Gets the CardHeaderData object that contains the card header’s data.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public CardHeaderData CardHeaderData { get; }

Property Value

Type Description
CardHeaderData

A CardHeaderData object that contains the card header’s data.

See Also