Table of Contents

Property IntAttr

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

IntAttr

Gets attributes provider which allows to access items using integer identifiers. You can store any custom data here.

[Browsable(false)]
public ICustomAttributes<int, object> IntAttr { get; }

Property Value

ICustomAttributes<int, object>