ArcGIS API for Silverlight - Library Reference
DynamicCodedValueDomainColumn Class Members
See Also  Properties  Methods  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : DynamicCodedValueDomainColumn Class


The following tables list the members exposed by DynamicCodedValueDomainColumn.

Public Constructors

 NameDescription
public ConstructorDynamicCodedValueDomainColumn ConstructorInitializes a new instance of the DynamicCodedValueDomainColumn class.  
Top

Public Properties

 NameDescription
public PropertyActualWidth (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyBinding (Inherited from System.Windows.Controls.DataGridBoundColumn)
public PropertyCanUserReorder (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyCanUserResize (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyCanUserSort (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyCellStyle (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyClipboardContentBinding (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayIndex (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyDragIndicatorStyle (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyDynamicCodedValueSource Gets or sets the dynamic coded value source. a Dictionary that is used to lookup the CodedValueSource that should be used based on the LookupField value.  
public PropertyEditingElementStyle (Inherited from System.Windows.Controls.DataGridBoundColumn)
public PropertyElementStyle (Inherited from System.Windows.Controls.DataGridBoundColumn)
public PropertyField Gets or sets the field. The field name of the graphic attribute that should be used for this column.  
public PropertyFieldInfo Gets or sets the field information.  
public PropertyHeader (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyHeaderStyle (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyIsAutoGenerated (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyIsFrozen (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyIsReadOnly (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyLookupField Gets or sets the lookup field. The lookup field is used to determine what coded value source to use for this column. i.e. LookupField will usually be the TypeIDField and when the value of the TypeIDField changes a coded value source will be looked up from the DynamicCodedValueSource property.  
public PropertyMaxWidth (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyMinWidth (Inherited from System.Windows.Controls.DataGridColumn)
public PropertySortMemberPath (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyVisibility (Inherited from System.Windows.Controls.DataGridColumn)
public PropertyWidth (Inherited from System.Windows.Controls.DataGridColumn)
Top

Public Methods

Protected Methods

 NameDescription
protected MethodCancelCellEdit (Inherited from System.Windows.Controls.DataGridColumn)
protected MethodGenerateEditingElementOverridden. When overridden in a derived class, gets an editing element that is bound to the column's System.Windows.Controls.DataGridBoundColumn.Binding property value.  
protected MethodGenerateElementOverridden. When overridden in a derived class, gets a read-only element that is bound to the column's System.Windows.Controls.DataGridBoundColumn.Binding property value.  
protected MethodNotifyPropertyChanged (Inherited from System.Windows.Controls.DataGridColumn)
protected MethodPrepareCellForEditOverridden.  When overridden in a derived class, sets cell content as needed for editing.  
Top

See Also

© ESRI, Inc. All Rights Reserved.