summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page
blob: 5c24405e0a632c116d9bfb4f4313e61860138c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<com:TContent ID="body">

<h1>TDataGrid Sample 1</h1>

<com:TDataGrid
	ID="DataGrid"
	ItemStyle.BackColor="blue"
	ItemStyle.Font.Italic="true"
	ItemStyle.ForeColor="white"
	AlternatingItemStyle.BackColor="green"
	SelectedItemStyle.BackColor="red">
</com:TDataGrid>

</com:TContent>