Skip to main content
A newer version of this page is available. .
All docs
V21.2

OverlayWindowOptions.TrackOwnerBounds Property

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public bool? TrackOwnerBounds { get; set; }

Property Value

Type
Nullable<Boolean>

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TrackOwnerBounds
WinForms Controls OverlayWindowOptions
.Default .TrackOwnerBounds
eXpressApp Framework DefaultOverlayFormOptions
.Options .TrackOwnerBounds
See Also