ShowDropDown Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true.
Syntax
'Declaration
Public Overridable Property ShowDropDown As Boolean
public virtual bool ShowDropDown {get; set;}
See Also