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

PageList.Contains(Page) Method

Indicates whether the collection contains the specified item.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

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

Declaration

public bool Contains(
    Page item
)

Parameters

Name Type Description
item Page

A Page object to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains the specified item; otherwise, false.

See Also