RepositoryItemBaseSpinEdit.ShowPopupShadow Property
In This Article
Gets or sets whether the shadow is displayed for the editor’s dropdown window.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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