FlexGrid for WinForms
CellStyleCollection Class Members
Properties  Methods 

The following tables list the members exposed by CellStyleCollection.

Public Properties
 NameDescription
Public PropertyAlternateGets the style used to paint scrollable cells in alternate rows.  
Public PropertyCountGets the number of CellStyle objects in the collection.  
Public PropertyEditorGets the style used to paint the cell being edited.  
Public PropertyEmptyAreaGets the style used to paint the area of the grid below and to the right of all the cells.  
Public PropertyFilterEditorGets the style used to paint the column filter editors.  
Public PropertyFixedGets the style used to paint fixed cells.  
Public PropertyFocusGets the style used to paint the current cell when the control has focus.  
Public PropertyFrozenGets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable).  
Public PropertyFrozenAlternateGets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable) in alternate rows.  
Public PropertyHighlightGets the style used to paint highlighted selected cells.  
Public PropertyItemOverloaded. Gets a CellStyle by index.  
Public PropertyNewRowGets the style used to paint cells in the new row template at the bottom of the grid.  
Public PropertyNormalGets the default style used to paint scrollable cells.  
Public PropertySearchGets the style used to paint the cell selected while auto-searching.  
Public PropertySelectedColumnHeaderGets the style used to paint selected column headers.  
Public PropertySelectedRowHeaderGets the style used to paint selected column headers.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new CellStyle object to the collection.  
Public MethodBuildStringBuilds and returns a compact string representation of the style collection.  
Public MethodClearClear all styles (even those in use) and reset the built-in styles.  
Public MethodClearUnusedClear all unused styles.  
Public MethodContainsChecks whether the collection contains a given style.  
Public MethodIndexOfGets the index of a style in the collection.  
Public MethodParseStringParses a string containing style definitions.  
Public MethodRemoveOverloaded. Removes a custom style from the collection.  
Top
See Also

Reference

CellStyleCollection Class
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback