Back to Devexpress

XRControlStyleSheet.Contains(XRControlStyle) Method

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

latest1.5 KB
Original Source

XRControlStyleSheet.Contains(XRControlStyle) Method

Determines whether the collection contains the specified control style.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public bool Contains(
    XRControlStyle style
)
vb
Public Function Contains(
    style As XRControlStyle
) As Boolean

Parameters

NameTypeDescription
styleXRControlStyle

An XRControlStyle object to locate in the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

XRControlStyleSheet Class

XRControlStyleSheet Members

DevExpress.XtraReports.UI Namespace