FlexGrid for WinForms
ClearFlags Enumeration



Specifies which elements of the grid should be cleared by the C1FlexGridBase.Clear method.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ClearFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ClearFlags
[Flags()]
public enum ClearFlags : System.Enum 
[Flags()]
public enum class ClearFlags : public System.Enum 
Members
MemberDescription
AllAll of the above.
ContentClear cell content, including data, images, and check boxes if any.
StyleClear custom styles assigned to cells.
UserDataClear user data associated with cells.
Remarks
This enumeration contains flags that can be combined to customize the sorting process.
Inheritance Hierarchy

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

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