VisualBrick.UseTextAsDefaultHint Property
Specifies whether the brick hint’s content corresponds to the brick’s text.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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