Back to Devexpress

FlyoutDialog.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-flyoutdialog.md

latest2.2 KB
Original Source

FlyoutDialog.Properties Property

Provides access to an object that stores advanced FlyoutDialog settings.

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public IFlyoutDefaultProperties Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As IFlyoutDefaultProperties

Property Value

TypeDescription
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

FlyoutDialog Class

FlyoutDialog Members

DevExpress.XtraBars.Docking2010.Customization Namespace