Skip to main content

XRControlStyleSheet.Contains(XRControlStyle) Method

Determines whether the collection contains the specified control style.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool Contains(
    XRControlStyle style
)

Parameters

Name Type Description
style XRControlStyle

An XRControlStyle object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified control style; otherwise, false.

See Also