Skip to main content
Tab

GridCustomizationWindowPopupSettings.ShowFooter Property

Gets or sets a value that specifies whether or not to display the customization window‘s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowFooter { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the footer; otherwise, false.

See Also