Table of Contents
ItemStyles Property

Gets a collection of GridItemStyleSet objects that specify grid item styles.

Syntax
 public GridItemStyleSetCollection ItemStyles { get; }
Remarks

EO.Web Grid supports conditional formatting --- that is, using different style settings based on different values from the data source. In order to use this feature, you should first define multiple GridItemStyleSet objects in ItemStyles collection and give each of the GridItemStyleSet a different StyleSetID. At runtime, if an item's StyleSetID matches the StyleSetID of any GridItemStyleSet, that style set will be used for the item.

See Also