FlexGrid for WinForms
ShowButtonsEnum Enumeration



Specifies when the grid should display combo buttons in cells.
Syntax
'Declaration
 
Public Enum ShowButtonsEnum 
   Inherits System.Enum
'Usage
 
Dim instance As ShowButtonsEnum
public enum ShowButtonsEnum : System.Enum 
public enum class ShowButtonsEnum : public System.Enum 
Members
MemberDescription
AlwaysAlways show buttons.
InheritShowButtons property of the column is inherited from the grid. This is default setting for column. Cannot be used with ShowButtons property of the grid.
NeverNever show buttons.
WhenEditingShow buttons only while editing the cell.
WithFocusShow buttons when the cell has the focus. This is the default setting for grid.
Inheritance Hierarchy

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

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) GrapeCity, inc. All rights reserved.

Send Feedback