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

NavigatorButtonsBase.DoClick(NavigatorButtonBase) Method

Simulates a mouse click action on the specified button.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void DoClick(
    NavigatorButtonBase button
)

Parameters

Name Type Description
button NavigatorButtonBase

A NavigatorButtonBase object that represents the navigation button.

See Also