Skip to main content
All docs
V25.1
  • XtraCommonDialog.KeepPosition Property

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

    Namespace: DevExpress.XtraEditors.Base

    Assembly: DevExpress.XtraDialogs.v25.1.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