ComponentOne FlexGrid for WinForms
DisplayEnum Enumeration

C1.Win.C1FlexGrid Namespace : DisplayEnum Enumeration
Specifies whether a style should display the cell text, image, both, or none.
Syntax
'Declaration
 
Public Enum DisplayEnum 
   Inherits System.Enum
public enum DisplayEnum : System.Enum 
Members
MemberDescription
ImageOnlyDisplay image only (no text).
NoneNothing (cell stays blank).
OverlayDisplay the text over the image.
StackDisplay the text next to the image.
TextOnlyDisplay text only (no image).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.DisplayEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace