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

StyleFormatConditionCollection.Item[Object] Property

Provides access to style conditions, using the data that is stored in the Tag property as an indexer.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public StyleFormatCondition this[object tag] { get; }

Parameters

Name Type Description
tag Object

An object to search against the StyleFormatConditionBase.Tag properties of style conditions stored in this collection.

Property Value

Type Description
StyleFormatCondition

A StyleFormatCondition object which contains the specified tag object in the StyleFormatConditionBase.Tag property.

See Also