TdxCustomDockControlProperties.Tag Property
Specifies the default value of the Tag property of dynamically created dock controls.
Declaration
property Tag: TcxTag read; write; default 0;
Property Value
Type | Default |
---|---|
TcxTag | 0 |
Remarks
Use the Tag property to set the default value for the Tag property of dock controls created dynamically. Please refer to the dock control’s Tag property description for details on the functionality it provides.
The default value of the Tag property is 0.
See Also