Table of Contents

Method GetPropertyByNameAndSubName

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

GetPropertyByNameAndSubName(string?, string?)

Gets property item with the specified name and subname.

IPropertyGridItem? GetPropertyByNameAndSubName(string? name, string? subname)

Parameters

name string

Name of the property item.

subname string

Subname of the property item.

Returns

IPropertyGridItem