Back to Devexpress

ASPxGridSettings.ShowStatusBar Property

aspnet-devexpress-dot-web-dot-aspxgridsettings-4e62f61c.md

latest2.0 KB
Original Source

ASPxGridSettings.ShowStatusBar Property

Specifies the visibility of the Status Bar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(GridViewStatusBarMode.Auto)]
public GridViewStatusBarMode ShowStatusBar { get; set; }
vb
<DefaultValue(GridViewStatusBarMode.Auto)>
Public Property ShowStatusBar As GridViewStatusBarMode

Property Value

TypeDefaultDescription
GridViewStatusBarModeAuto

A GridViewStatusBarMode enumeration value.

|

Available values:

NameDescription
Auto

For the status bar: an element is visible if the SettingsLoadingPanel.Mode property is set to ShowOnStatusBar or the SettingsEditing.Mode property is set to Batch.
For the filter bar: an element is visible if the grid’s data is filtered.

| | Hidden |

An element is hidden.

| | Visible |

An element is visible.

|

Remarks

Use the ShowStatusBar property to specify the visibility of the grid’s Status Bar.

aspx
<dx:ASPxGridView ID="Grid" runat="server" ...>
    <!-- ... -->
    <Settings ShowStatusBar="Hidden" />
</dx:ASPxGridView>

See Also

ASPxGridSettings Class

ASPxGridSettings Members

DevExpress.Web Namespace