Skip to main content

PopupBaseEdit.FocusPopupOnOpen Property

Gets or sets whether to focus an editor's popup after it has been shown. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool? FocusPopupOnOpen { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true to focus an editor's popup after it has been shown; otherwise, false.

See Also