[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.StyleElementFlags

StyleElementFlags Enum

Contains flags that specify which style elements are defined in a CellStyle object.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[Flags]
public enum StyleElementFlags
Remarks

This enumeration can be used to inspect styles and determine which elements it defines, and it can also be used to clear specific elements from the style.

Any elements not defined in the style are inherited from the parent style.

Fields

Name Description
All

All style elements.

BackColor

The style defines a background color.

BackgroundImage

The style specifies a background image.

BackgroundImageLayout

The style specifies a background image alignment.

Border

The style defines borders.

ComboList

The style defines a list of choices used to populate drop down editors.

DataMap

The style defines an IDictionary used to associate cell data with display values.

DataType

The style defines the Type of values contained in the cells.

Display

The style defines whether to display text and/or images, in the cells.

EditMask

The style defines an edit mask used to constrain values entered in the cells.

Editor

The style defines an external control to be used as an editor for the cells.

Font

The style defines a font.

ForeColor

The style defines a foreground color.

Format

The style defines a format string used to convert data into strings.

ImageAlign

The style defines the image alignment.

ImageMap

The style defines an IDictionary used to associate cell data with images.

ImageSpacing

The style defines the spacing between images and text.

Margins

The style defines margins.

None

No elements are defined.

SearchBackColor

The style defines a background color of found text.

TextAlign

The style defines the text alignment.

TextDirection

The style defines whether text should be rendered horizontally or vertically.

TextEffect

The style defines a 3D effect for the text.

Trimming

The style defines how long strings are trimmed to fit within cells.

UserData

The style contains arbitrary user data (not used by the control).

WordWrap

The style defines whether long strings are allowed to wrap within cells.