Back to Devexpress

EditorButton.Tag Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-editorbutton-6d601f80.md

latest1.6 KB
Original Source

EditorButton.Tag Property

Gets or sets a value that identifies the current button.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public virtual object Tag { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Data")>
Public Overridable Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

A Object that identifies the current EditorButton instance.

|

Remarks

The Tag property can be used to associate a custom object with the editor button and this can be used to identify the button from among the other buttons.

See Also

ButtonClick

EditorButton Class

EditorButton Members

DevExpress.XtraEditors.Controls Namespace