Back to Devexpress

LayoutItemHelpTextSettings Class

aspnet-devexpress-dot-web-52b2026c.md

latest2.1 KB
Original Source

LayoutItemHelpTextSettings Class

Contains settings specific to the layout item help text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutItemHelpTextSettings :
    PropertiesBase
vb
Public Class LayoutItemHelpTextSettings
    Inherits PropertiesBase

The following members return LayoutItemHelpTextSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFormLayout.SettingsItemHelpTexts
FormLayoutProperties.SettingsItemHelpTexts
LayoutGroupBase.SettingsItemHelpTexts
LayoutItem.HelpTextSettings
ASP.NET MVC ExtensionsFormLayoutSettings<ModelType>.SettingsItemHelpTexts

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase LayoutItemHelpTextSettings BootstrapLayoutItemHelpTextSettings

See Also

LayoutItemHelpTextSettings Members

DevExpress.Web Namespace