Skip to main content
All docs
V18.2

FibonacciIndicator.TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[]) Method

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public override PropertyDescriptorCollection GetProperties(
    ITypeDescriptorContext context,
    object value,
    Attribute[] attributes
)

Parameters

Name Type
context ITypeDescriptorContext
value Object
attributes Attribute[]

Returns

Type
PropertyDescriptorCollection
See Also