[]
        
(Showing Draft Content)

C1.WPF.Grid.GridColumn.GetDesignTimeValue

GetDesignTimeValue Method

GetDesignTimeValue(GridRow)

Gets of sets the value used to display in the cells at design-time.

Declaration
protected virtual object GetDesignTimeValue(GridRow row)
Protected Overridable Function GetDesignTimeValue(row As GridRow) As Object
Parameters
Type Name Description
GridRow row

The row the design-time value will belong to.

Returns
Type Description
object