MinimumHeight Property (GridBase)
In This Topic
Syntax
'Declaration
Public Overridable ReadOnly Property MinimumHeight As Integer
'Usage
Dim instance As GridBase
Dim value As Integer
value = instance.MinimumHeight
public virtual int MinimumHeight {get;}
See Also