[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ShowPlaceholders

ShowPlaceholders Method

ShowPlaceholders(bool)

Configurates ShowPlaceholders. Sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE.

Declaration
public virtual TBuilder ShowPlaceholders(bool value)
Public Overridable Function ShowPlaceholders(value As Boolean) As TBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.