FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ClearFlags Enumeration

In This Topic
    ClearFlags Enumeration
    In This Topic
    Specifies which elements of the grid should be cleared by the C1FlexGridBase.Clear method.
    Syntax
    'Declaration
     
    
    Public Enum ClearFlags 
       Inherits System.Enum
    public enum ClearFlags : System.Enum 
    Members
    MemberDescription
    AllAll of the above.
    ContentClear cell content, including data, images, and check boxes if any.
    FilterClear filter of corresponding column.
    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.FlexGrid.ClearFlags

    See Also