Table of Contents

Method SetPropertyAttributeAll

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetPropertyAttributeAll(string, object)

Sets an attribute for all the properties.

public virtual void SetPropertyAttributeAll(string attrName, object value)

Parameters

attrName string

Text identifier of attribute. See PropertyGridItemAttrId for the known attribute names.

value object

Value of attribute.

SetPropertyAttributeAll(string, IPropertyGridVariant)

Sets an attribute for all the properties.

public virtual void SetPropertyAttributeAll(string attrName, IPropertyGridVariant value)

Parameters

attrName string

Text identifier of attribute. See PropertyGridItemAttrId for the known attribute names.

value IPropertyGridVariant

Value of attribute.