Class GridTableCellAppearanceTypeConverter
The type converter for GridTableCellAppearance objects. The GridTableCellAppearanceTypeConverter is an System.ComponentModel.ExpandableObjectConverter. It overrides the GetProperties(ITypeDescriptorContext, Object, Attribute[]) method and returns only appearance properties that were not filtered out with PropertyFilter of the GridTableCellAppearance object.
Inheritance
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridTableCellAppearanceTypeConverter : ExpandableObjectConverter
Constructors
GridTableCellAppearanceTypeConverter()
Declaration
public GridTableCellAppearanceTypeConverter()
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Gets a collection of properties for the specified type.
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Format context. |
System.Object | value | Value specifying the type. |
System.Attribute[] | attributes | An array of System.Attribute objects. |
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyDescriptorCollection | A list of properties. |
GetPropertiesSupported(ITypeDescriptorContext)
Gets a value indicating whether this object supports properties using the specified context.
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | Fformat context. |
Returns
Type | Description |
---|---|
System.Boolean | true because System.ComponentModel.TypeConverter.GetProperties(System.Object) should be called to find the properties of this object. This method never returns false. |