Back to Devexpress

FormatRuleCollection<T, TColumnType>.AddDataBar(TColumnType) Method

windowsforms-devexpress-dot-xtraeditors-dot-formatrulecollection-2-dot-adddatabar-x28-1-x29.md

latest1.4 KB
Original Source

FormatRuleCollection<T, TColumnType>.AddDataBar(TColumnType) Method

Applies a format that displays bars that illustrate cell values.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public T AddDataBar(
    TColumnType column
)
vb
Public Function AddDataBar(
    column As TColumnType
) As T

Parameters

NameTypeDescription
columnTColumnType

A {TColumnType} object that specifies a column (row in a vertical grid) to which the format should be applied.

|

Returns

TypeDescription
T

A {T} object that specifies a format.

|

See Also

FormatConditionRuleDataBar

FormatRuleCollection<T, TColumnType> Class

FormatRuleCollection<T, TColumnType> Members

DevExpress.XtraEditors Namespace