[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FilterColumnDefinition

FilterColumnDefinition Class

Represents a filter column definition.

Inheritance
FilterColumnDefinition
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class FilterColumnDefinition
Public Class FilterColumnDefinition

Constructors

Name Description
FilterColumnDefinition()

Creates a new filter column definition with default settings.

FilterColumnDefinition(int)

Creates a filter column definition.

FilterColumnDefinition(int, FilterListBehavior)

Creates a filter column definition with the specified list behavior.

Properties

Name Description
CanSerializeXml

Gets whether the object in its entirety can be rendered with XML without losing any information.

ColumnIndex

Gets the column index.

Filters

Gets the filter item collection from this filter column definition.

ListBehavior

Gets the list behavior.

Methods

Name Description
Deserialize(XmlNodeReader, SheetView)

Loads the object from XML.

Serialize(XmlTextWriter)

Saves the object to XML.