Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRControlStyleSheet.IndexOf(XRControlStyle) Method

Returns the specified control style’s position within the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public int IndexOf(
    XRControlStyle style
)

#Parameters

Name Type Description
style XRControlStyle

An XRControlStyle to locate in the collection.

#Returns

Type Description
Int32

A zero-based integer which represents the control style’s position within the collection. -1 if the control style doesn’t belong to the collection.

#Remarks

This method scans the collection starting from the first element and returns the index of the first matching element.

See Also