TreeListView.ShowConditionalFormattingManager(ColumnBase) Method
Shows the conditional formatting rules manager.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | ColumnBase | A ColumnBase object that is the column for which to invoke the conditional formatting manager. |
Remarks
To learn more, see Conditional Formatting.
See Also