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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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