Skip to main content

PageList.Contains(Page) Method

Indicates whether the collection contains the specified item.

Namespace: DevExpress.XtraPrinting

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

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