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

FlyoutCommand.Text Property

Gets or sets the current FlyoutCommand caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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