[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.Util.SetBrowsableAttribute

SetBrowsableAttribute Method

SetBrowsableAttribute(object, string, bool)

Declaration
public static void SetBrowsableAttribute(object component, string propName, bool isBrowsable)
Parameters
Type Name Description
object component
string propName
bool isBrowsable

SetBrowsableAttribute(PropertyDescriptorCollection, string, bool)

Declaration
public static void SetBrowsableAttribute(PropertyDescriptorCollection props, string propName, bool isBrowsable)
Parameters
Type Name Description
PropertyDescriptorCollection props
string propName
bool isBrowsable

SetBrowsableAttribute(PropertyDescriptor, bool)

NOTE: Property MUST HAVE [Browsable(...)] specified already (in source)!!! otherwise this blows things up majorly.

Declaration
public static void SetBrowsableAttribute(PropertyDescriptor prop, bool isBrowsable)
Parameters
Type Name Description
PropertyDescriptor prop
bool isBrowsable