Skip to main content
All docs
V19.1

BreadcrumbCustomDisplayTextEventArgs(BreadcrumbControl, Object) Constructor

Initializes a new instance of the BreadcrumbCustomDisplayTextEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public BreadcrumbCustomDisplayTextEventArgs(
    BreadcrumbControl source,
    object item
)

Parameters

Name Type Description
source BreadcrumbControl

 

item Object

 

Remarks

Instances of the BreadcrumbCustomDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also