Back to Devexpress

XtraCommonDialog.KeepPosition Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog-57811ef3.md

latest1.3 KB
Original Source

XtraCommonDialog.KeepPosition Property

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

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool KeepPosition { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property KeepPosition As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace