TdxGanttControlGridline.IsVisible Method
In This Article
Identifies if a gridline is visible.
#Declaration
Delphi
function IsVisible: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns False if the gridline’s Style property value is psClear; otherwise, True.
See Also