Back to Devexpress

StyleFormatCondition.Collection Property

windowsforms-devexpress-dot-xtragrid-dot-styleformatcondition-40fde753.md

latest1.5 KB
Original Source

StyleFormatCondition.Collection Property

Gets the collection that owns the current style condition object.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public StyleFormatConditionCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As StyleFormatConditionCollection

Property Value

TypeDescription
StyleFormatConditionCollection

A StyleFormatConditionCollection object representing the collection that owns the current object.

|

See Also

StyleFormatConditionCollection

StyleFormatCondition Class

StyleFormatCondition Members

DevExpress.XtraGrid Namespace