Table of Contents

Property CustomAttr

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

CustomAttr

Gets custom attributes provider associated with the control. You can store any custom data here.

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

Property Value

ICustomAttributes<string, object>

Remarks

Use CustomFlags or FlagsAndAttributes to get custom flags provider.