FormatConditionCollectionBase.Item[Int32] Property
Provides indexed access to individual items within the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value specifying the item’s zero based index within the collection. If its negative or exceeds the last available index, an exception is raised. |
Property Value
| Type | Description |
|---|---|
| StyleFormatConditionBase | A StyleFormatConditionBase object or descendant which resides at the specified position within the collection. |
See Also