[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DynamicFilterItem

DynamicFilterItem Class

Provides a DynamicFilter class to filter cells based on a set of built-in definitions due to DynamicFilterType.

Inheritance
DynamicFilterItem
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class DynamicFilterItem : BaseFilterItem, ISerializeSupport, ISortedFilterItem, IFilterItem
Public Class DynamicFilterItem
    Inherits BaseFilterItem
    Implements ISerializeSupport, ISortedFilterItem, IFilterItem

Constructors

Name Description
DynamicFilterItem(DynamicFilterType)

Creates a dynamic filter instance with customized settings.

Properties

Name Description
DisplayAtTopOfList

Gets or sets whether the display name is added to the top of the filter drop-down list.

DisplayName

Gets the display name of the filter.

SheetView

Sets the sheet to filter.

Type

Gets or sets the dynamic filter type.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

Filter(int)

Filters the specified column of the sheet.

Serialize(XmlTextWriter)

Saves the object to XML.

ShowInDropDown(int, int[])

Determines whether the name is displayed in the filter drop-down list.