Back to Devexpress

RepositoryItemBaseSpinEdit.ShowPopupShadow Property

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

latest1.5 KB
Original Source

RepositoryItemBaseSpinEdit.ShowPopupShadow Property

Gets or sets whether the shadow is displayed for the editor’s dropdown window.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool ShowPopupShadow { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ShowPopupShadow As Boolean

Property Value

TypeDescription
Boolean

true , to display the shadow for the editor’s dropdown window; otherwise, false.

|

Remarks

This property is supported for editors that provide a dropdown window.

See Also

RepositoryItemBaseSpinEdit Class

RepositoryItemBaseSpinEdit Members

DevExpress.XtraEditors.Repository Namespace