Back to Devexpress

RepositoryItemPopupBase.PopupBorderStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupbase-2c993b8c.md

latest2.6 KB
Original Source

RepositoryItemPopupBase.PopupBorderStyle Property

Gets or sets the popup window’s border style.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
PopupBorderStyles

A PopupBorderStyles enumeration value specifying the popup window’s border style.

|

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.

|

See Also

PopupBorderStyles

BorderStyle

ButtonsStyle

RepositoryItemPopupBase Class

RepositoryItemPopupBase Members

DevExpress.XtraEditors.Repository Namespace