Flyout.LastResult Property
Gets the last result returned by this Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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