GridWeb.SaveCustomStyleFile

GridWeb.SaveCustomStyleFile method

Saves current style data of the control to an xml file. Can be used to create your customized style file.

public void SaveCustomStyleFile(string fileName)
ParameterTypeDescription
fileNameStringThe style file’s name.

See Also