TcxCustomVerticalGrid.StoringName Property
In This Article
Specifies the string to replace the vertical grid control’s name in saving/restoring operations.
#Declaration
Delphi
property StoringName: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use the StoringName property to specify the string representing the vertical control within the storage. If this property value is not specified, then the vertical grid class instance name is used to identify the stored object.
See Also