Skip to main content

PopupBorderStyles Enum

Contains styles for popup window borders.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum PopupBorderStyles

Members

Name Description
Default

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

PopupEdit_PopupBorderStyle_Default

Simple

Borders are thin and drawn using a single line.

PopupEdit_PopupBorderStyle_Simple

Flat

Borders are flat.

PopupEdit_PopupBorderStyle_Flat

Style3D

Borders are three-dimensional.

PopupEdit_PopupBorderStyle_Style3D.gif

NoBorder

There are no borders.

PopupEdit_PopupBorderStyle_NoBorder

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