Defines whether the horizontal lines are visible in the control.
Remarks
Property specifies if visible separator exists between each record in the control. Using lines data in different rows is separated and user does not have any problem determining which data is located in which row.
If property is set to True, lines are displayed between every line or record in the control. If property is set to False, lines are hidden and only the data is displayed in the control. The default value for this property is True.
Example (MxSpace)
To see the defined HorizontalLinesVisible property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the GridEdit control for displaying work orders and open Property Window. See the value True defined in HorizontalLinesVisible property.
To define HorizontalLinesVisible property
- In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
- Select the desired control (GridEdit) on the canvas.
- Open Property Window.
- In section GridDisplay in HorizontalLinesVisible property select the desired value (True).