[]
        
(Showing Draft Content)

C1.WPF.Grid.GridDateTimeColumn.GetDesignTimeValue

GetDesignTimeValue Method

GetDesignTimeValue(GridRow)

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

Declaration
protected override object GetDesignTimeValue(GridRow row)
Protected Overrides 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
Overrides