Skip to main content
A newer version of this page is available. .
Tab

ASPxFormLayout.SettingsItemHelpTexts Property

Provides access to the help text settings within the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual LayoutItemHelpTextSettings SettingsItemHelpTexts { get; }

Property Value

Type Description
LayoutItemHelpTextSettings

A LayoutItemHelpTextSettings object containing properties common to all the help texts within the ASPxFormLayout control.

See Also