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.v19.1.dll

Declaration

[Obsolete("Use the CardHeaderBinding property instead")]
[Browsable(false)]
[DefaultValue(null)]
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