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

AlertButton.Name Property

Gets or sets the button’s name.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[DefaultValue("")]
[DXCategory("Data")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the button’s name.

See Also