MX-Frame Library Send comments on this topic.
VerticalLinesVisible
See Also
MX-Developer > User Interface - MxPart > Controls > Control Properties > GridDisplay > VerticalLinesVisible

Glossary Item Box

Defines whether the vertical lines are visible in the control.

Remarks

Property specifies if visible separator exists between each field or column in the control. Using lines data in different columns is separated and user does not have any problem determining which data is located in which column.

If property is set to True, lines are displayed between every field or column 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 VerticalLinesVisible 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 VerticalLinesVisible property.

To define VerticalLinesVisible property

  1. In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
  2. Select the desired control (GridEdit) on the canvas.
  3. Open Property Window.
  4. In section GridDisplay in VerticalLinesVisible property select the desired value (True).

See Also

©2009 Metronik. All Rights Reserved.