Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

LayoutItemHelpTextSettings(LayoutItemBase) Constructor

Initializes a new instance of the LayoutItemHelpTextSettings class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public LayoutItemHelpTextSettings(
    LayoutItemBase item
)

Parameters

Name Type Description
item LayoutItemBase

A LayoutItemBase object that is the layout item containing the required settings.

See Also