Skip to main content
All docs
V25.1
  • RepositoryItemDateTimeOffsetEdit.ShowPopupShadow Property

    Gets or sets whether the editor drop-down menu should display a drop shadow.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(true)]
    [EditorBrowsable(EditorBrowsableState.Always)]
    public override bool ShowPopupShadow { get; set; }

    Property Value

    Type Description
    Boolean

    true, to display a menu shadow; false, to hide it.

    See Also