Skip to main content

NavBarControl.ContentButtonHint Property

Gets or sets the content button’s hint.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
public string ContentButtonHint { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the content button’s hint.

Remarks

ContentButtonHint

See Also