FlexGrid for WinForms
DisplayEnum Enumeration



Specifies whether a style should display the cell text, image, both, or none.
Syntax
public enum DisplayEnum : System.Enum 
public enum class DisplayEnum : public System.Enum 
'Declaration
 
Public Enum DisplayEnum 
   Inherits System.Enum
 
'Usage
 
Dim instance As DisplayEnum
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback