Back to Devexpress

ColumnView.ConvertFormatConditionToFormatRules() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-09054087.md

latest1.7 KB
Original Source

ColumnView.ConvertFormatConditionToFormatRules() Method

Converts objects from the BaseView.FormatConditions collection to GridFormatRule objects and adds them to the ColumnView.FormatRules collection.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public void ConvertFormatConditionToFormatRules()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub ConvertFormatConditionToFormatRules

Remarks

The ConvertFormatConditionToFormatRules method clears the BaseView.FormatConditions collection after the conversion.

See Also

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace