Skip to main content
A newer version of this page is available. .

StyleFormatCondition.Collection Property

Gets the collection that owns the current style condition object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public StyleFormatConditionCollection Collection { get; }

Property Value

Type Description
StyleFormatConditionCollection

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

See Also