2PTTechnology
The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology
Sign in
|
Join
|
Help
in
.Net (forum)
.NET 1.1/2.0/3.5 (group)
(Entire Site)
Search
Home
Forums
2PTTechnology
»
.NET 1.1/2.0/3.5
»
.Net
»
FlexGrid Styles Change
FlexGrid Styles Change
Last post 03-20-2008, 12:10 PM by
twaligora
. 0 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
03-20-2008, 12:10 PM
144
twaligora
Joined on 01-11-2007
Posts 69
FlexGrid Styles Change
CellStyle
myStyle =
this
.c1FlexGrid.Styles.Add(
"MyNewStyle"
,
this
.c1FlexGrid.Styles[
CellStyleEnum
.Normal]);
myStyle.BackColor =
Color
.FromArgb(194, 208, 222);
Report abuse