Skip to main content

Flyout.LastResult Property

Gets the last result returned by this Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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