Skip to main content
A newer version of this page is available. .
Tab

GridToolbarItem.ClientVisible Property

Gets or sets a value that specifies the toolbar item’s initial visibility state on the client.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ClientVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true to make an item initially displayed on the client; false to render the item into the control, but make it initially hidden on the client side.

Remarks

Use the ClientVisible property to define an item’s initial visibility state.

See Also