Skip to main content
Tab

LayoutItemHelpTextSettings Class

Contains settings specific to the layout item help text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutItemHelpTextSettings :
    PropertiesBase

The following members return LayoutItemHelpTextSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFormLayout.SettingsItemHelpTexts
FormLayoutProperties.SettingsItemHelpTexts
LayoutGroupBase.SettingsItemHelpTexts
LayoutItem.HelpTextSettings
ASP.NET MVC Extensions FormLayoutSettings<ModelType>.SettingsItemHelpTexts

Remarks

An object of the LayoutItemHelpTextSettings type can be accessed via the LayoutItem.HelpTextSettings property.

Implements

See Also