property FormatContent.Visible as Boolean
Shows or hides the current FormatContent object within the column's drop down content menu.

TypeDescription
Boolean A boolean expression that specifies whether the current FormatContent object is visible hidden.
By default, the Visible property is True, which indicates that the FormatContent is shown in control's context menu. The Visible property shows or hides the current FormatContent object within the column's drop down content menu. The Expression property indicates the format to be displayed instead the value itself. The Name property defines the HTML caption to be displayed on the control's context menu.The ToolTip property specifies the HTML tooltip to be displayed on the control's context menu, when the cursor hovers the object.