[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellStyleCollection.BuildString

BuildString Method

BuildString(bool)

Builds and returns a compact string representation of the style collection.

Declaration
public string BuildString(bool includeEmpty)
Parameters
Type Name Description
bool includeEmpty

Whether styles with no attributes should be included.

Returns
Type Description
string

A compact string representation of the style collection.

Remarks

This method is used internally to implement design-time persistence.

It can also be used for implementing 'skins', by saving the current styles into a collection and later applying them to the grid using the ParseString(string) method.