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

Flyout.LastResult Property

Gets the last result returned by this Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public DialogResult LastResult { get; }

Property Value

Type Description
DialogResult

A DialogResult value that specifies the last result returned by this Flyout.

Remarks

Use the LastResult property to get which button within the current Flyout an end-user previously clicked. See the Flyouts topic for the details.

See Also