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

FormatConditionBase Class

Serves as a base class for conditional formats.

Namespace: DevExpress.Xpf.Grid

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

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