Back to Devexpress

GridToolbar.Visible Property

aspnet-devexpress-dot-web-dot-gridtoolbar-6e4a8fba.md

latest987 B
Original Source

GridToolbar.Visible Property

Gets or sets a value specifying the visibility of the toolbar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the toolbar is visible; otherwise false.

|

See Also

GridToolbar Class

GridToolbar Members

DevExpress.Web Namespace