FormatConditionCollectionBase.Item[Int32] Property
In This Article
Provides indexed access to individual items within the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public StyleFormatConditionBase this[int index] { get; }
#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 |
---|---|
Style |
A Style |
See Also