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

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

    Namespace: DevExpress.XtraEditors.Base

    Assembly: DevExpress.XtraDialogs.v26.1.dll

    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