Skip to main content

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.v23.2.dll

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

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