vcl-dxbar-dot-tdxbaritemlink.md
Specifies a set of user-defined bar item options.
property UserDefine: TdxBarUserDefines read; write; default [];
| Type | Description |
|---|---|
| TdxBarUserDefines |
The set of flags that correspond to individual alternative (user-defined) bar item link settings.
|
The UserDefine property tracks user-defined bar item setting changes and allows you to reset them.
The UserDefine property value can include any number of the flags listed in this section. Each flag overrides a base setting with the corresponding user-defined setting.
| Flag | Base Setting | User-Defined Setting[1] |
|---|---|---|
| udCaption | Caption | UserCaption |
| udGlyph | Glyph | UserGlyph |
| udPaintStyle | PaintStyle | UserPaintStyle |
| udWidth | Width | UserWidth |
The UserDefine property’s default value is [].
Footnotes
UserDefine property value.See Also