Skip to main content
Tab

LayoutGroupBase.SettingsItemHelpTexts Property

Provides access to the help text settings within a layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItemHelpTextSettings SettingsItemHelpTexts { get; }

Property Value

Type Description
LayoutItemHelpTextSettings

A LayoutItemHelpTextSettings object containing properties common to all the help texts within a layout group.

See Also