Skip to main content

FormatConditionBase(DependencyProperty) Constructor

In This Article

Initializes a new instance of the FormatConditionBase class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public FormatConditionBase(
    DependencyProperty localFormatProperty
)

#Parameters

Name Type
localFormatProperty DependencyProperty
See Also