RepositoryItemBaseSpinEdit.PopupBorderStyle Property
This member is not supported.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(PopupBorderStyles.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override PopupBorderStyles PopupBorderStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PopupBorderStyles | Default | A PopupBorderStyles enumeration value specifying the border style of the editor’s popup window. |
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. |
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