Back to Devexpress

PopupBorderStyles Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-49226d9e.md

latest2.8 KB
Original Source

PopupBorderStyles Enum

Contains styles for popup window borders.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum PopupBorderStyles
vb
Public Enum PopupBorderStyles

Members

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.

|

The following properties accept/return PopupBorderStyles values:

Remarks

The PopupBorderStyles type enumerates styles for drawing popup borders of PopupBaseEdit descendants. You can specify whether the popup borders are three-dimensional, flat, etc. See the RepositoryItemPopupBase.PopupBorderStyle property to specify the type of popup borders.

The following screenshots show all possible styles:

See Also

PopupBorderStyle

DevExpress.XtraEditors.Controls Namespace