Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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