Skip to main content

XRControlStyleSheet.Remove(XRControlStyle) Method

Removes the specified control style from the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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