Skip to main content

FlyoutCommand.Result Property

Gets or sets the current FlyoutCommand‘s result.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual DialogResult Result { get; set; }

Property Value

Type Description
DialogResult

A DialogResult value that specifies the result the FlyoutCommand will return when an end-user clicks this button.

Remarks

Override the Result property in your own FlyoutCommand class descendant to specify your custom button result. See the How To: Create a Message Box Flyout With User Control topic for the example.

See Also