[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ClearFlags

ClearFlags Enum

Specifies which elements of the grid should be cleared by the Clear(ClearFlags, CellRange) method.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[Flags]
public enum ClearFlags
Remarks

This enumeration contains flags that can be combined to customize the sorting process.

Fields

Name Description
All

All of the above.

Content

Clear cell content, including data, images, and check boxes if any.

Filter

Clear filter of corresponding column.

Style

Clear custom styles assigned to cells.

UserData

Clear user data associated with cells.