Skip to main content

FlyoutCommand.Text Property

Gets or sets the current FlyoutCommand caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual string Text { get; set; }

Property Value

Type Description
String

A String value that is the current FlyoutCommand caption.

Remarks

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

See Also