Skip to main content

FormatConditionBase.Fixed Property

Gets or sets whether the conditional format is hidden in the all Conditional Formatting dialogs.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool Fixed { get; set; }

Property Value

Type Description
Boolean

true, if format condition is hidden; otherwise, false.

Remarks

The Fixed property allows you to hide a conditional format from dialogs.

See Also