Skip to main content

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

NuGet Package: 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