Class
GridViewStatusImageColumn

Definition

Namespace:ArtOfTest.WebAii.Design.UI.SourceControl.Build.ClientUI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class GridViewStatusImageColumn : GridViewBoundColumnBase

Inheritance: objectGridViewStatusImageColumn

Constructors

GridViewStatusImageColumn()

Declaration

cs-api-definition
public GridViewStatusImageColumn()

Properties

ImageHeight

Declaration

cs-api-definition
[TypeConverter(typeof(LengthConverter))]
public double ImageHeight { get; set; }

Property Value

double

ImageMargin

Declaration

cs-api-definition
public Thickness ImageMargin { get; set; }

Property Value

Thickness

ImageWidth

Declaration

cs-api-definition
[TypeConverter(typeof(LengthConverter))]
public double ImageWidth { get; set; }

Property Value

double

Methods

CreateCellElement(GridViewCell, object)

Declaration

cs-api-definition
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)

Parameters

cell

GridViewCell

dataItem

object

Returns

FrameworkElement