Skip to main content
Tab

LayoutItem.HelpTextSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItemHelpTextSettings HelpTextSettings { get; }

Property Value

Type Description
LayoutItemHelpTextSettings

A LayoutItemHelpTextSettings object containing the help text properties.

See Also