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

XRControlStyleSheet.Remove(XRControlStyle) Method

Removes the specified control style from the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public void Remove(
    XRControlStyle style
)

Parameters

Name Type Description
style XRControlStyle

An XRControlStyle object to be removed from the collection.

See Also