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

CardView.CardHeaderDisplayMemberBinding Property

OBSOLETE

Use the CardHeaderBinding property instead

Gets or sets the data binding for the card header.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
[Obsolete("Use the CardHeaderBinding property instead")]
public BindingBase CardHeaderDisplayMemberBinding { get; set; }

Property Value

Type Default Description
BindingBase *null*

A BindingBase object instance that specifies the data binding for the card header.

See Also