Skip to main content

TableView.FormatConditions Property

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[GridUIProperty]
[XtraSerializableProperty(true, false, false)]
[XtraResetProperty]
public FormatConditionCollection FormatConditions { get; }

#Property Value

Type
FormatConditionCollection

#Implements

DevExpress.Xpf.Grid.ITableView.FormatConditions
See Also