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.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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