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

BaseView.DocumentSelectorShown Event

Fires when a document selector is displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event EventHandler DocumentSelectorShown

Event Data

The DocumentSelectorShown event's data class is EventArgs.

Remarks

Use the BaseView.UseDocumentSelector property to specify if the document selector is enabled.

See Also