Back to Devexpress

AlertButton.Name Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertbutton-753dc27e.md

latest1.2 KB
Original Source

AlertButton.Name Property

Gets or sets the button’s name.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Data")]
public string Name { get; set; }
vb
<DefaultValue("")>
<DXCategory("Data")>
Public Property Name As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the button’s name.

|

See Also

AlertButton Class

AlertButton Members

DevExpress.XtraBars.Alerter Namespace