ComponentOne DataGrid for WPF and Silverlight
DataGridImageColumn Class Members
Properties  Methods  Events

C1.WPF.DataGrid Namespace : DataGridImageColumn Class

The following tables list the members exposed by DataGridImageColumn.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether a user can perform a filter operation over this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets a value indicating whether a user can perform a group operation over this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the value determining whether user can resize column according to the column and owning control settings. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets a value indicating whether a user can perform a sort operation over this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the actual FilterMemberPath. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets the actual header that appears in the grouping panel as the column header is dragged there. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the actual SortMemberPath. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets the actual width in pixels. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value indicating whether the editing control allows null values. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets or sets the binding object used to bind the visual element against the data. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets or sets a value indicating whether the user can filter by this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value indicating whether the user can group by this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets whether the user can resize the column by dragging the border on the right of the column header presenter. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets whether the user can resize the rows manipulating cells in this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value indicating whether the user can sort by this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the style applied to the content of a cell in read mode. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the style applied to the content of a cell in edit mode. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the style applied to every cell of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the owner data grid. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets default column size in AutoStar sizing mode. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyOverridden.   
Public Property (Inherited from System.Windows.DependencyObject)
Public Property (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyGets or sets the desired index in which the column will be displayed. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value indicating how the cells enters in edit mode when the user clicks on a cell of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the filter used in this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to filter by. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the filter state of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the format of the content of the cells belonging this column. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets or sets the converter that will be applied to the visual element that is inside the content of each group row. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the style applied to the title of each group row related to this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the converter used to customize the grouping behavior. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the header that will appear in the grouping panel as the column header is dragged there. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the grouping state of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the content of the header (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the presenter corresponding to the header of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the style of the header. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the horizontal alignment of the cell content regarding the cell. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the horizontal offset in pixels. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the default image source for all the rows that aren't bound to a real source. Set null in order to don't show any image by default.  
Public PropertyGets the index of a column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets a value that indicates whether the column is auto-generated. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyOverridden.   
Public PropertyGets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets a value indicating whether the mouse is over the column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets whether the cells in the column are read only. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public Property (Inherited from System.Windows.DependencyObject)
Public PropertyGets or sets a value indicating whether the user is allowed to set the current cell from this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets a value indicating whether this column is selected. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the maximum width of the column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the minimum width of the column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the name of the column. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets the sorting state of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value that describes how an Image should be stretched to fill the destination rectangle.  
Public PropertyGets or sets the tag. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets a value indicating whether the text inside the cell allows trimming. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets or sets a value indicating whether the text inside the cell allows wrapping. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public PropertyGets or sets the vertical alignment of the cell content regarding the cell. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets whether the column is visible. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public PropertyGets or sets the width of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Top
Public Methods
 NameDescription
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public MethodOverridden.   
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodOverridden. Gets an System.Windows.Controls.Image that will be used to display the image into a cell of this column.  
Public MethodOverridden.   
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodGets the culture in which the text and numbers of this columns will be shown. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public MethodGets the format that will be applied in the column considering different sources like Format property or StringFormat of the Binding property. (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public MethodOverridden.   
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public MethodGets the text shown inside a cell. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public MethodGets the text shown in the column header. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public MethodGets the default filter of this column. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Public Method (Inherited from System.Windows.DependencyObject)
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodReturns a System.String that represents the current System.Object. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public Method (Inherited from C1.WPF.DataGrid.DataGridBoundColumn)
Top
Public Events
 NameDescription
Public EventOccurs before the filter is loaded. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public EventOccurs when filter member path is changed. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public EventOccurs when a property value changes. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public EventOccurs when sort member path is changed. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public EventOccurs when the visibility changed. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Public EventOccurs when the column width is changed. (Inherited from C1.WPF.DataGrid.DataGridColumn)
Top
See Also

Reference

DataGridImageColumn Class
C1.WPF.DataGrid Namespace