XRControlStyleSheet.Contains(XRControlStyle) Method
Determines whether the collection contains the specified control style.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public bool Contains(
XRControlStyle style
)
#Parameters
Name | Type | Description |
---|---|---|
style | XRControl |
An XRControl |
#Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified control style; otherwise, false. |