Skip to main content

StyleFormatConditionCollection.Item[Int32] Property

Provides indexed access to individual items within the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public StyleFormatCondition this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the required item’s zero-based index within the collection. If negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
StyleFormatCondition

A StyleFormatCondition object residing at the specified position within the collection.

See Also