[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CustomFilterItem

CustomFilterItem Class

Provides a CustomFilters class that groups custom filter elements together.

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

Constructors

Name Description
CustomFilterItem(FilterCondition, FilterCondition, bool)

Creates an instance of custom filters.

Properties

Name Description
And

Gets or sets the And relationship.

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.

FirstCondition

Gets or sets the first custom filter.

SecondCondition

Gets or sets the second custom filter.

SheetView

Sets the sheet to filter.

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.