FlyoutDialog.Properties Property
Provides access to an object that stores advanced FlyoutDialog settings.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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