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

StyleFormatConditionCollection.Item[Int32] Property

Provides indexed access to style conditions in the current collection.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public StyleFormatCondition this[int index] { get; }

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