Class GridImageColumn
Represents a column that used to display the image as the edit element.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GridImageColumn : GridColumn, IDisposable, IFilterDefinition
Constructors
GridImageColumn()
Initializes a new instance of the GridImageColumn class.
Declaration
public GridImageColumn()
Properties
ImageLayout
Gets or sets the position of the image on the control.
Declaration
[Cloneable(true)]
public ImageLayout ImageLayout { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.ImageLayout |
TextImageRelation
Gets or sets the position of the text and image relative to each other.
Declaration
[Cloneable(true)]
public TextImageRelation TextImageRelation { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.TextImageRelation |
Implements
System.IDisposable