Skip to main content
A newer version of this page is available. .
Tab

HelpTextStyle Class

Defines style settings for the help text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class HelpTextStyle :
    ToolTipStyleBase

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