[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.AutoFilterInfo

AutoFilterInfo Class

Indicates related setting of filter.

Inheritance
AutoFilterInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class AutoFilterInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class AutoFilterInfo
    Implements ISerializable, ISerializeSupport

Constructors

Name Description
AutoFilterInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Enabled

Gets or sets a value indicating whether auto filter function is enabled or not.

Interval

Gets or sets the interval at which to excute filter.

MatchingMode

Gets or sets the filter prefix how to match with MatchingSource.

MatchingSource

Gets or sets what the filter prefix match with.

MaxFilteredItems

Gets or sets the maximum items matched with filter condition will be shown in dropdown window.

MinimumPrefixLength

Gets or sets the minimum length of the filter prefix.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.