Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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