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

VisualBrick.Hint Property

Defines the text displayed as the current brick hint.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public override string Hint { get; set; }

Property Value

Type Description
String

A String value that represents the hint text of the brick.

Remarks

When the VisualBrick.UseTextAsDefaultHint property is disabled, you can specify a custom text for the hint displayed as when the mouse pointer is positioned over a brick, via the Hint property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Hint property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also