Version

UltraGridFilterUIProvider Class Members

The following tables list the members exposed by UltraGridFilterUIProvider.

Public Constructors
 NameDescription
Public ConstructorUltraGridFilterUIProvider ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyButtonSettingsProvides a group of settings related to the buttons on the menu shown by the provider.  
Public PropertyComponentRole (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCreationFilterGets/sets the creation filter property  
Public PropertyDrawFilterGets/sets the draw filter property  
Public PropertyIsShownReturns whether the provider is currently showing its UI.  
Public PropertyMenuSettingsProvides a group of settings related to the menu shown by the provider.  
Public PropertyOperandListFilterBehaviorGets or sets a value indicating what cell values should appear in the filter tree.  
Public PropertyOperandListFilterBehaviorResolvedResolves what cells values should appear in the filter tree.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStyleLibraryName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyStyleSetName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyTreeSettingsProvides a group of settings related to the tree shown by the provider.  
Public PropertyUseAppStyling (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyUseOsThemesIndicates whether the elements of a control may be rendered using the operating system theme rendering.  
Public PropertyUseOsThemesResolvedIndicates whether the elements of a control may be rendered using system themes.  
Public PropertyViewStyleGets or sets a value that specifies the style of the various filter tools and menu.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Public Methods
 NameDescription
Public MethodCloseCloses the UI associated with the provided column filter, if shown.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Clean up any resources being used.  
Public MethodGetFilterCellEditorReturns the editor that should be used in the filter cell when the FilterOperandStyle is set to Default or FilterUIProvider.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodResetButtonSettingsResets the MenuSettings property to its default value.  
Public MethodResetMenuSettingsResets the MenuSettings property to its default value.  
Public MethodResetShowOperandListFilterBehaviorResets the OperandListFilterBehavior property to its default value.  
Public MethodResetTreeSettingsResets the TreeSettings property to its default value.  
Public MethodResetViewStyleResets the ViewStyle property to its default value.  
Public MethodShowShows the associated UI for performing a filtering operation.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodCreateComponentRoleOverridden. Overridden. Factory method used to create the component role that provides the style information for the component.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnAfterMenuPopulateCalled after the default menu items have been populated with the default FilterTool instances. Fires the AfterMenuPopulate event.  
Protected MethodOnBeforeMenuPopulateCalled before the default menu items have been populated with the default FilterTool instances. Fires the BeforeMenuPopulate event.  
Protected MethodOnButtonToolClickCalled when a button tool within a menu is clicked. Fires the ButtonToolClick event.  
Protected MethodOnPropertyChangedOverridden. Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject.  
Protected MethodOnSubObjectPropChangedCalled when a property on a child object has been changed.  
Protected MethodShouldSerializeButtonSettingsReturns whether the ButtonSettings property contains non-default values.  
Protected MethodShouldSerializeMenuSettingsReturns whether the MenuSettings property contains non-default values.  
Protected MethodShouldSerializeOperandListFilterBehaviorDetermines whether the OperandListFilterBehavior property is set to its default value.  
Protected MethodShouldSerializeTreeSettingsReturns whether the TreeSettings property contains non-default values.  
Protected MethodShouldSerializeViewStyleDetermines whether the ViewStyle property is set to its default value.  
Public Events
 NameDescription
Public EventAfterMenuPopulateOccurs before the list of menu items has been populated with the default FilterTools.  
Public EventBeforeMenuPopulateOccurs before the list of menu items has been populated with the default FilterTools.  
Public EventButtonToolClickOccurs when a button tool within a menu is clicked.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
See Also