PresetStyle

MainWeb.PresetStyle property

Hämtar eller ställer in den förinställda stilen.

public PresetStyle PresetStyle { get; set; }

Exempel

[C#]
	GridWeb1.PresetStyle = PresetStyle.Traditional1;

[Visual Basic]
	GridWeb1.PresetStyle = PresetStyle.Traditional1

Se även