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

XRControlStyleSheet.Contains(XRControlStyle) Method

Determines whether the collection contains the specified control style.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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.

Implements

See Also