| Name | Description |
| BackColor | Gets or sets the color used to paint the cell background. |
| BackgroundImage | Gets or sets the style's background image. |
| BackgroundImageLayout | Gets or sets the a value that determines how the style will scale and position background image. |
| Border | Gets the CellBorder object associated with this style. |
| ComboList | Gets or sets a pipe-delimited list of valid values. |
| DataMap | Gets or sets an System.Collections.IDictionary used to associate cell values with display values. |
| DataType | Gets or sets the data type for the style. |
| DefinedElements | Gets or sets which elements are defined in this style. |
| Display | Gets or sets whether to show images, text, or both. |
| EditMask | Gets or sets the mask string used to edit values. |
| Editor | Gets or sets the custom editor used to edit cells that have this style. |
| Font | Gets or sets the font used to paint text in the cell. |
| ForeColor | Gets or sets the color of the text in the cell. |
| Format | Gets or sets the format string used to display values. |
| ImageAlign | Gets or sets the image alignment. |
| ImageMap | Gets or sets an System.Collections.IDictionary used to associate cell values with images. |
| ImageSpacing | Gets or sets the space between images and text in a cell, in pixels. |
| Margins | Gets or sets the margins between the edges of the cell and its contents, in pixels. |
| Name | Gets or sets the style name. |
| SearchBackColor | Gets or sets the color of the text in the cell. |
| StringFormat | Gets the StringFormat element used for rendering strings when the C1FlexGridBase.UseCompatibleTextRendering property is set to true. |
| TextAlign | Gets or sets the text alignment. |
| TextDirection | Gets or sets the text direction. |
| TextEffect | Gets or sets the 3D effect used to paint text. |
| Trimming | Gets or sets how long strings are trimmed to fit the cell. |
| UserData | Gets or sets arbitrary user data associated with this style. |
| WordWrap | Gets or sets whether long strings should automatically wrap within the cell. |