[]
Builds and returns a compact string representation of the style collection.
public string BuildString(bool includeEmpty)
Type | Name | Description |
---|---|---|
bool | includeEmpty | Whether styles with no attributes should be included. |
Type | Description |
---|---|
string | A compact string representation of the style collection. |
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.