Table of Contents

Property CustomFlags

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

CustomFlags

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

[Browsable(false)]
public ICustomFlags<string> CustomFlags { get; }

Property Value

ICustomFlags<string>

Remarks

Use CustomAttr or FlagsAndAttributes to get custom attributes provider.