Skip to main content
A newer version of this page is available. .

FormatConditionCollectionBase.Item[Int32] Property

Provides indexed access to individual items within the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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
StyleFormatConditionBase

A StyleFormatConditionBase object or descendant which resides at the specified position within the collection.

See Also