DataGridViewCellStyleConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts DataGridViewCellStyle objects to and from other data types.
public ref class DataGridViewCellStyleConverter : System::ComponentModel::TypeConverter
public class DataGridViewCellStyleConverter : System.ComponentModel.TypeConverter
type DataGridViewCellStyleConverter = class
inherit TypeConverter
Public Class DataGridViewCellStyleConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| DataGridViewCellStyleConverter() |
Initializes a new instance of the DataGridViewCellStyleConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns whether this converter can convert the object to the specified type, using the specified context. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type, using the specified context and culture information. |