Skip to main content

AlertButtonCollection(Object) Constructor

Initializes a new instance of the AlertButtonCollection class with the specified owner.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertButtonCollection(
    object owner
)

Parameters

Name Type Description
owner Object

An owner of the current collection.

See Also