DefaultFilterItem Class Members
In This Topic
The following tables list the members exposed by DefaultFilterItem.
Public Constructors
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Clone | Creates a new object that is a copy of the current instance. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Deserialize | Overridden. Internal use only. Internal implementation of ISerializeSupport interface method. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | Determines whether the specified System.Object is equal to the current BaseFilterItem object. (Inherited from FarPoint.Win.Spread.BaseFilterItem) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Filter | Overridden. Filters the specified column of the sheet. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetObjectData | Overridden. Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Serialize | Overridden. Internal use only. Internal implementation of ISerializeSupport interface method. Saves the object to XML. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ShowInDropDown | Overridden. Determines whether the filter item name should be displayed in the filter drop-down list. |
Top
See Also