A newer version of this page is available.
Switch to the current version.
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; }
Public ReadOnly Property Item(tag As Object) As StyleFormatCondition
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
Feedback