Skip to main content
A newer version of this page is available. .
All docs
V20.2

RepositoryItemDateTimeOffsetEdit.PopupBorderStyle Property

Gets or sets the border style for the editor drop-down menu.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[DefaultValue(PopupBorderStyles.Default)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override PopupBorderStyles PopupBorderStyle { get; set; }

Property Value

Type Default Description
PopupBorderStyles **Default**

Specifies the editor menu border style.

Available values:

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

See Also