A newer version of this page is available.
Switch to the current version.
XYDiagramPaneCollection.Contains(XYDiagramPane) Method
Determines whether the collection contains the specified pane.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public bool Contains(
XYDiagramPane pane
)
Public Function Contains(
pane As XYDiagramPane
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
pane | XYDiagramPane | An XYDiagramPane object to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified pane; otherwise, false. |
See Also
Feedback