Skip to main content

StyleFormatConditionCollection.Item[Int32] Property

Provides indexed access to style conditions in the current collection.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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