Skip to main content
Tab

TextEditHelpTextSettings.PopupMargins Property

Gets the margins of a help text displayed in popup mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Margins PopupMargins { get; set; }

Property Value

Type Description
Margins

A Margins object that contains margin settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupMargins
ASPxTextEdit
.HelpTextSettings .PopupMargins
TextEditProperties
.HelpTextSettings .PopupMargins
See Also