Version

CalendarBrushProvider Class Members

The following tables list the members exposed by CalendarBrushProvider.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BrushProviderPropertyIdentifies the BrushProvider attached dependency property  
Public Properties
 NameDescription
Public PropertyBaseColorColor used as the base color from which all other color properties exposed by this class are derived.  
Public PropertyBrushVersionReturns the version of the brush cache.  
Public PropertyItemOverloaded. Indexer takes a string or a CalendarBrushId  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodGetBrushReturns a brush based on the specified Id.  
Public Methodstatic (Shared in Visual Basic)GetBrushProviderGets the value of the attached BrushProvider DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetBrushProviderSets the value of the attached BrushProvider DependencyProperty.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedUsed to raise the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also