XRControlStyleSheet.Contains(XRControlStyle) Method
Determines whether the collection contains the specified control style.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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