Back to Devexpress

RepositoryItemLookUpEditBase.ShowFooter Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupeditbase-09df1247.md

latest2.5 KB
Original Source

RepositoryItemLookUpEditBase.ShowFooter Property

Gets or sets whether the dropdown window’s footer region is visible.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool ShowFooter { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overridable Property ShowFooter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the footer is visible; otherwise, false.

|

Remarks

The ShowFooter property controls the visibility of the footer region in the dropdown window. The footer contains a close button. Also you can drag the footer’s bottom right edge to resize the dropdown if RepositoryItemLookUpEditBase.PopupSizeable is set to true. If the footer is hidden, you cannot resize the dropdown even if RepositoryItemLookUpEditBase.PopupSizeable is set to true. Pressing the close button closes the popup and discards the user’s selection (made by using the Arrow keys). This is similar to pressing the Esc key or calling the PopupBaseEdit.CancelPopup method.

The following images show lookup editors with and without the footer region.

ShowFooter valueImage
true
false

See Also

RepositoryItemLookUpEditBase Class

RepositoryItemLookUpEditBase Members

DevExpress.XtraEditors.Repository Namespace