Skip to main content

Brick.Hint Property

Defines the text displayed as the current brick hint.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public virtual string Hint { get; set; }

Property Value

Type Description
String

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