ClassGridViewImageColumn
The column presents Image objects
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewImageColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewImageColumn
Implements:
Inherited Members
Constructors
GridViewImageColumn()
Initializes a new instance of the GridViewImageColumn.
Declaration
public GridViewImageColumn()
GridViewImageColumn(string)
Initializes a new instance of the GridViewImageColumn.
Declaration
public GridViewImageColumn(string fieldName)
Parameters
fieldName
A string value referring to the unique name of the column.
GridViewImageColumn(string, string)
Initializes a new instance of the GridViewImageColumn.
Fields
ImageAlignmentProperty
Declaration
public static RadProperty ImageAlignmentProperty
Field Value
Properties
DataType
Gets or sets the data type of the column.
Declaration
public override Type DataType { get; set; }
Property Value
Overrides
ImageAlignment
Gets or sets a value that specifies the position of the image in the cell.
Declaration
[Browsable(true)]
public virtual ContentAlignment ImageAlignment { get; set; }
Property Value
Methods
GetCellType(GridViewRowInfo)
Returns the type of cell element to be created for the specified row.
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
row
The specified row.
Returns
The type of the cell to be created.
Overrides
GetDefaultGroupByExpression()
Declaration
public override string GetDefaultGroupByExpression()
Returns
string.Empty
Overrides
Remarks
Grouping by this type of column cannot be performed. That method returns string.empty