Class GridTableCellStyleInfoConverter
The type converter for GridTableCellStyleInfo objects. GridTableCellStyleInfoConverter is a StyleInfoBaseConverter. It overrides the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) method and returns a string with descriptive information about the properties that were set in the GridTableCellStyleInfo object.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridTableCellStyleInfoConverter : StyleInfoBaseConverter
Constructors
GridTableCellStyleInfoConverter()
Default Constructor.
Declaration
public GridTableCellStyleInfoConverter()
Methods
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Converts the given value object to the specified destination type using the specified context and arguments.
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Format context. |
System.Globalization.CultureInfo | culture | Current culture information. |
System.Object | value | Value to convert. |
System.Type | destinationType | Target type. |
Returns
Type | Description |
---|---|
System.Object | Converted object. |