RepositoryItemPopupBase.PopupBorderStyle Property
In This Article
Gets or sets the popup window’s border style.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual PopupBorderStyles PopupBorderStyle { get; set; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
Available values:
Name | Description |
---|---|
Default | Borders are flat. This style is reserved for future use. Currently, the Default style is the same as |
Simple | Borders are thin and drawn using a single line. |
Flat | Borders are flat. |
Style3D | Borders are three-dimensional. |
No |
There are no borders. |
See Also