GrapeCity MultiRow Windows Forms Documentation
FormattedValueType Property (DateTimePickerCell)


Gets the type of the formatted value associated with the DateTimePickerCell object.
Syntax
Public Overrides ReadOnly Property FormattedValueType As Type
Dim instance As DateTimePickerCell
Dim value As Type
 
value = instance.FormattedValueType
public override Type FormattedValueType {get;}

Property Value

A System.Type value that represents the type of the cell's formatted value. This property always returns the type of System.DateTime in DateTimePickerCell.
Remarks
The Value property is the actual data object contained by the cell, whereas the FormattedValue property is the formatted representation of the date. The ValueType and FormattedValueType properties correspond to the date types of these values, respectively.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimePickerCell Class
DateTimePickerCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.