Skip to main content
A newer version of this page is available. .

RepositoryItemBaseSpinEdit.ShowPopupShadow Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override bool ShowPopupShadow { get; set; }

Property Value

Type Description
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