Table of Contents

Method AddToSelection

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

AddToSelection(IPropertyGridItem)

Adds given property into selection.

public virtual bool AddToSelection(IPropertyGridItem prop)

Parameters

prop IPropertyGridItem

Property item.

Returns

bool

Remarks

Multiple selection is not supported for categories. This means that if you have properties selected, you cannot add category to selection, and also if you have category selected, you cannot add other properties to selection. This function will fail silently in these cases, even returning true.