EditorButton.Tag Property
Gets or sets a value that identifies the current button.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | 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