ShowPlaceholders Property (TransposedGrid<T>)
In This Topic
Gets or 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.
Syntax
'Declaration
Public Overridable Property ShowPlaceholders As Boolean
public virtual bool ShowPlaceholders {get; set;}
See Also