BarLinkUserDefines Enum
Lists values specifying which link settings are determined by a user.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
If active, disables all other options. |
Caption
|
If active, the link’s caption is specified by the Bar |
Glyph
|
If active, the link’s image is specified by the Bar |
Paint
|
If active, the link’s painting style is specified by the Bar |
Width
|
If active, the link’s width is specified by the Bar |
Key
|
If active, a key tip has been assigned to a link via the Bar |
Drop
|
If active, a key tip has been assigned to a link via the Bar |
Ribbon
|
If active, the link’s style is specified by the Bar |
Alignment
|
If active, the link’s alignment is specified by the Bar |
Edit
|
If active, the width of an editor within the Bar |
#Related API Members
The following properties accept/return BarLinkUserDefines values:
#Remarks
Values listed by this enumeration are used to set the link’s BarItemLink.UserDefine property value. Note that the enumeration allows bitwise combinations of its values so that you can set each option’s state independently of other options.