Back to Devexpress

TdxBarItemLink.UserDefine Property

vcl-dxbar-dot-tdxbaritemlink.md

latest1.7 KB
Original Source

TdxBarItemLink.UserDefine Property

Specifies a set of user-defined bar item options.

Declaration

delphi
property UserDefine: TdxBarUserDefines read; write; default [];

Property Value

TypeDescription
TdxBarUserDefines

The set of flags that correspond to individual alternative (user-defined) bar item link settings.

|

Remarks

The UserDefine property tracks user-defined bar item setting changes and allows you to reset them.

User-Defined Bar Item Setting Flags

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.

FlagBase SettingUser-Defined Setting[1]
udCaptionCaptionUserCaption
udGlyphGlyphUserGlyph
udPaintStylePaintStyleUserPaintStyle
udWidthWidthUserWidth

Default Value

The UserDefine property’s default value is [].

Footnotes

  1. All user-defined property setters add corresponding flags to the UserDefine property value.

See Also

TdxBarItemLink Class

TdxBarItemLink Members

dxBar Unit