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

FlyoutDialog.Properties Property

Provides access to an object that stores advanced FlyoutDialog settings.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Properties")]
public IFlyoutDefaultProperties Properties { get; }

Property Value

Type Description
IFlyoutDefaultProperties

A IFlyoutDefaultProperties object that stores advanced FlyoutDialog settings.

Remarks

The Properties property gives you access to multiple FlyoutDialog settings. For example, the Style property allows you to specify whether the FlyoutDialog should be displayed as a message box or as a pop-up window and the AppearanceDescription property sets the appearance of this dialog’s main text. See the FlyoutDialog class description for details.

See Also