HelpTextStyle Class
In This Article
Defines style settings for the help text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HelpTextStyle :
ToolTipStyleBase
#Related API Members
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.
#Inheritance
See Also