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

LayoutViewCard.AllowBorderColorBlending Property

Gets or sets whether the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public bool AllowBorderColorBlending { get; set; }

Property Value

Type Description
Boolean

true, if the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin; otherwise, false.

See Also