Skip to main content

XlCondFmtRuleDataBar.GradientFill Property

Gets or sets whether to apply the gradient fill type.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool GradientFill { get; set; }

Property Value

Type Description
Boolean

true to use the gradient fill type; otherwise, false.

See Also