TcxCustomEditButton.Tag Property
Stores an integer value associated with the editor button.
Declaration
property Tag: TcxTag read; write;
Property Value
Type | Description |
---|---|
TcxTag | The integer value associated with the editor button. |
Remarks
You can use the Tag
property to associate buttons with integer values to use them as an additional buttons identification mechanism, similar to the Tag property of any TComponent class descendant.
See Also