Version

FilterMenuTrackingObject Class Members

The following tables list the members exposed by FilterMenuTrackingObject.

Public Constructors
 NameDescription
Public ConstructorFilterMenuTrackingObject ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChildrenGets the List of FilterMenuTrackingObjects that will be child menu options.  
Public PropertyFilterColumnSettingsGets the FilterColumnSettings object that is associated with this FilterMenuTrackingObject.  
Public PropertyFilterOperandsGets the List of FilterOperand objects which can be displayed.  
Public PropertyIsCheckableGets if this FilterMenuTrackingObject is checkable, or if it is a parent menu option.  
Public PropertyIsCheckedGets / sets if the option is currently checked.  
Public PropertyIsSeparatorGets / sets if the FilterMenuTrackingObject is a visual separator.  
Public PropertyLabelGets / sets the text that will be displayed on the menu.  
Protected Properties
 NameDescription
Protected PropertyPriorityPropertiesGets a List of properties that should be applied, before even trying to look at any other property on the object.  
Protected PropertyPropertiesToIgnoreGets a List of properties that shouldn't be saved when the PersistenceManager goes to save them.  
Protected Methods
 NameDescription
Protected MethodFinishedLoadingPersistenceAllows an object to perform an operation, after it's been loaded.  
Protected MethodOnPropertyChangedInvoked when a property changes on the TrackIsChecked object.  
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the TrackIsChecked.  
See Also