TdxCustomLayoutGroupButton.Tag Property
Specifies a layout group button’s numeric identifier.
Declaration
property Tag: TcxTag read; write; default 0;
Property Value
Type | Default |
---|---|
TcxTag | 0 |
Remarks
Use this property to associate one or more group buttons with an integer value that serves for identification purposes.
The default value of the Tag property is 0.
See Also