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

    Gets or sets the dialog start position.

    Namespace: DevExpress.XtraEditors.Base

    Assembly: DevExpress.XtraDialogs.v26.1.dll

    Declaration

    [DefaultValue(FormStartPosition.CenterScreen)]
    [DXCategory("Layout")]
    public FormStartPosition StartPosition { get; set; }

    Property Value

    Type Default Description
    FormStartPosition CenterScreen

    The dialog start position.

    Remarks

    If you set the StartPosition property to Manual, the dialog start position is specified by the Location property.

    See Also