Skip to main content

TextEdit.PopupSettings Property

Gets or sets an object that defines the appearance and behavior of the editor’s popup. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PopupSettings PopupSettings { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Editors.PopupSettings

A DevExpress.UI.Xaml.Editors.PopupSettings object that defines the appearance and behavior of the editor’s popup.

Remarks

Use the Content property of the DevExpress.UI.Xaml.Editors.PopupSettings object to define popup content.

See Also