StyleFormatConditionCollection.Item[Int32] Property
Provides indexed access to style conditions in the current collection.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that represents the zero-based index of the StyleFormatCondition object to be returned. |
Property Value
Type | Description |
---|---|
StyleFormatCondition | A StyleFormatCondition object with the specified index. |
See Also