Skip to main content
All docs
V23.2

XtraCommonDialog.KeepPosition Property

Gets or sets whether the dialog retains its position between starts.

Namespace: DevExpress.XtraEditors.Base

Assembly: DevExpress.XtraDialogs.v23.2.dll

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

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool KeepPosition { get; set; }

Property Value

Type Default Description
Boolean true

true if the dialog retains its position between starts; otherwise, false.

See Also