Back to Devexpress

RepositoryItemBaseSpinEdit.PopupBorderStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembasespinedit-efb349a5.md

latest2.5 KB
Original Source

RepositoryItemBaseSpinEdit.PopupBorderStyle Property

This member is not supported.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(PopupBorderStyles.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override PopupBorderStyles PopupBorderStyle { get; set; }
vb
<DefaultValue(PopupBorderStyles.Default)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property PopupBorderStyle As PopupBorderStyles

Property Value

TypeDefaultDescription
PopupBorderStylesDefault

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

|

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

RepositoryItemBaseSpinEdit Class

RepositoryItemBaseSpinEdit Members

DevExpress.XtraEditors.Repository Namespace