ESRI.ArcGIS.Mobile.Client
Generic CheckableItem Class Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic CheckableItem Class


The following tables list the members exposed by Generic CheckableItem.

Public Constructors

 NameDescription
Public ConstructorCheckableItem ConstructorOverloaded.  Initializes a new instance of the CheckableItem class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)IsCheckedProperty Identifies the IsChecked dependency property.  
Top

Public Properties

 NameDescription
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsChecked Inidicates whether or not the item is checked.  
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyItem The item associated with the CheckableItem.  
Top

Public Methods

 NameDescription
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
Protected MethodShouldSerializeProperty (Inherited from System.Windows.DependencyObject)
Top

See Also