[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellStyle.ParseString

ParseString Method

ParseString(string)

Rebuilds this style based on a description contained in a string.

Declaration
public bool ParseString(string str)
Parameters
Type Name Description
string str
Returns
Type Description
bool

True if the string was successfully parsed, false otherwise.

Remarks

This method is used to persist grid styles and can be used to define and save 'skins'.

See the BuildString(bool) and ParseString(string) methods.