Back to Devexpress

XRDesignBarManager.HintStaticItem Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignbarmanager.md

latest1.5 KB
Original Source

XRDesignBarManager.HintStaticItem Property

Gets or sets the object which is used to show hints in the design bar manager.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public BarStaticItem HintStaticItem { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property HintStaticItem As BarStaticItem

Property Value

TypeDefaultDescription
BarStaticItemnull

A BarStaticItem object which represents the static hint item.

|

Remarks

This property is intended for internal use only, and normally you don’t need to call it directly from your code.

See Also

XRDesignBarManager Class

XRDesignBarManager Members

DevExpress.XtraReports.UserDesigner Namespace