VerticalGridLine Property (FilterBar)
In This Topic
Gets or sets the
GridLine object for the vertical grid line in the filter bar.
Syntax
'Declaration
Public Property VerticalGridLine As GridLine
'Usage
Dim instance As FilterBar
Dim value As GridLine
instance.VerticalGridLine = value
value = instance.VerticalGridLine
public GridLine VerticalGridLine {get; set;}
See Also