FlyoutDialog.FlyoutControl Property
In This Article
Gets a control assigned to this FlyoutDialog.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("FlyoutControl")]
public Control FlyoutControl { get; protected set; }
#Property Value
Type | Default | Description |
---|---|---|
Control | null | A Control assigned to this Flyout |
#Remarks
See the FlyoutDialog class description to learn more.
See Also