Back to Devexpress

StyleController.PopupBorderStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-stylecontroller-e7686e62.md

latest2.6 KB
Original Source

StyleController.PopupBorderStyle Property

Gets or sets the popup border style of target dropdown editors.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(PopupBorderStyles.Default)]
[DXCategory("Appearance")]
public virtual PopupBorderStyles PopupBorderStyle { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(PopupBorderStyles.Default)>
Public Overridable Property PopupBorderStyle As PopupBorderStyles

Property Value

TypeDefaultDescription
PopupBorderStylesDefault

The popup border style of target dropdown editors.

|

Available values:

NameDescription
Default

Borders are flat. This style is reserved for future use. Currently, the Default style is the same as Flat.

| | Simple |

Borders are thin and drawn using a single line.

| | Flat |

Borders are flat.

| | Style3D |

Borders are three-dimensional.

| | NoBorder |

There are no borders.

|

Remarks

Popup editors bound to a StyleController can override the StyleController.PopupBorderStyle setting with their own RepositoryItemPopupBase.PopupBorderStyle property (accessible from the Editor.Properties object).

See Also

PopupBorderStyle

StyleController Class

StyleController Members

DevExpress.XtraEditors Namespace