Skip to main content

FormatConditionBase Class

Serves as a base class for conditional formats.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public abstract class FormatConditionBase :
    DependencyObject,
    IDetailElement<FormatConditionBase>,
    ISupportManager

The following members return FormatConditionBase objects:

Remarks

See the Conditional Formats topic to learn more.

See Also