Back to Devexpress

XRControlStyleSheet.Remove(XRControlStyle) Method

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

latest1.3 KB
Original Source

XRControlStyleSheet.Remove(XRControlStyle) Method

Removes the specified control style from the collection.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public void Remove(
    XRControlStyle style
)
vb
Public Sub Remove(
    style As XRControlStyle
)

Parameters

NameTypeDescription
styleXRControlStyle

An XRControlStyle object to be removed from the collection.

|

See Also

XRControlStyleSheet Class

XRControlStyleSheet Members

DevExpress.XtraReports.UI Namespace