[]
Indicates related setting of filter.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class AutoFilterInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class AutoFilterInfo
Implements ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| AutoFilterInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| 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. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |