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.v24.1.dll
NuGet Package: 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