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

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.v18.2.Core.dll

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