Skip to main content
Tab

HelpTextStyle Class

Defines style settings for the help text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HelpTextStyle :
    ToolTipStyleBase

The following members return HelpTextStyle objects:

Remarks

The HelpTextStyle class contains settings that define the appearance of the help text.

An object of the HelpTextStyle type can be accessed via the LayoutItem.HelpTextStyle or the ASPxTextEdit.HelpTextStyle property.

See Also