Skip to main content

VisualBrick.UseTextAsDefaultHint Property

Specifies whether the brick hint’s content corresponds to the brick’s text.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public bool UseTextAsDefaultHint { get; set; }

Property Value

Type Description
Boolean

true to use the brick’s text for the hint; otherwise, false.

Remarks

Use the UseTextAsDefaultHint property, to define that a hint displayed for the TextBrickBase class descendant, when the mouse pointer is positioned over it, should contain the brick’s text.

When the UseTextAsDefaultHint property is disabled, you can specify a custom text for the hint, via the VisualBrick.Hint property.

See Also