GridViewImageColumn
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
Initializes a new instance of the GridViewImageColumn.
public GridViewImageColumn()
Initializes a new instance of the GridViewImageColumn.
Initializes a new instance of the GridViewImageColumn.
public GridViewImageColumn(string fieldName)
A string value referring to the unique name of the column.
Fields
public static RadProperty ImageAlignmentProperty
Properties
Gets or sets the data type of the column.
public override Type DataType { get; set; }
Overrides:
Gets or sets a value that specifies the position of the image in the cell.
[Browsable(true)]
public virtual ContentAlignment ImageAlignment { get; set; }
Methods
Returns the type of cell element to be created for the specified row.
public override Type GetCellType(GridViewRowInfo row)
The specified row.
Returns:The type of the cell to be created.
Overrides:
public override string GetDefaultGroupByExpression()
string.Empty
Overrides:
Grouping by this type of column cannot be performed. That method returns string.empty