Skip to main content

Brick.Hint Property

Defines the text displayed as the current brick hint.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public virtual string Hint { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that represents the current brick hint text.

Remarks

This property defines the text displayed as a hint when the mouse pointer is positioned over a brick.

See Also