[]
        
(Showing Draft Content)

C1.Win.FlexGrid.DisplayEnum

DisplayEnum Enum

Specifies whether a style should display the cell text, image, both, or none.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum DisplayEnum

Fields

Name Description
ImageOnly

Display image only (no text).

None

Nothing (cell stays blank).

Overlay

Display the text over the image.

Stack

Display the text next to the image.

TextOnly

Display text only (no image).