Click or drag to resize

KryptonRibbonGroupItemTag Property

Gets and sets user-defined data associated with the object.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[TypeConverterAttribute(typeof(StringConverter))]
public Object Tag { get; set; }

Property Value

Type: Object
See Also