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

CellData.ConditionalFormattingSettings Property

Gets or sets settings used for rendering visual elements specific to conditional formatting highlighting - DataBar and Icon.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Spreadsheet, DevExpress.Wpf.Spreadsheet

Declaration

public ConditionalFormattingSettings ConditionalFormattingSettings { get; set; }

Property Value

Type Description
DevExpress.Xpf.Spreadsheet.ConditionalFormattingSettings

A DevExpress.Xpf.Spreadsheet.ConditionalFormattingSettings object.

See Also