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

VisualBrick.UseTextAsDefaultHint Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
public bool UseTextAsDefaultHint { get; set; }

Property Value

Type Default Description
Boolean **false**

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