[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterState

FilterState Enum

Specifies the state of filtering for the current column so the column renderer knows which filtering image to draw.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum FilterState
Public Enum FilterState

Fields

Name Description
FilterActive

Filtering is active.

FilterActiveDisabled

Filtering is active, and the control is disabled.

FilterInactive

Filtering is available, but not currently in use.

FilterInactiveDisabled

Filtering is available, but not currently in use, and the control is disabled.

None

Filtering is not available.