Class SerializableGridImageColumn
Represents a class that is used to serialize and deserialize GridImageColumn property settings.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |