Class SerializableGridImageColumn
Represents a class that is used to serialize and deserialize GridImageColumn property settings.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridImageColumn : SerializableGridColumn
Constructors
SerializableGridImageColumn()
Declaration
public SerializableGridImageColumn()
Properties
ImageLayout
Gets or sets the position of the image on the control.
Declaration
public ImageLayout ImageLayout { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.ImageLayout |
TextImageRelation
Gets or sets the position of the text and image relative to each other.
Declaration
public TextImageRelation TextImageRelation { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.TextImageRelation |