Back to Devexpress

XRControlStyleSheet.IndexOf(XRControlStyle) Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstylesheet-dot-indexof-x28-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-x29.md

latest1.7 KB
Original Source

XRControlStyleSheet.IndexOf(XRControlStyle) Method

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public int IndexOf(
    XRControlStyle style
)
vb
Public Function IndexOf(
    style As XRControlStyle
) As Integer

Parameters

NameTypeDescription
styleXRControlStyle

An XRControlStyle to locate in the collection.

|

Returns

TypeDescription
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

XRControlStyleSheet Class

XRControlStyleSheet Members

DevExpress.XtraReports.UI Namespace