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

Glossary Item Box

Defines whether it is possible to customize a card view.

Remarks

Property specifies if user is able to customize the appearance of a card view. Card customization allows the user to configure user interface so that he sees only the data necessary to him. User can also determine sorting and filtering definitions.

If property is set to True, customization of cards can be done in runtime. This is achieved by clicking Customize button on the control. In the window it is possible to determine which fields are visible. It is also possible to set sorting and to apply filters on any column and any data.

If property is set to False, Customize button is hidden and cards cannot be personalized. In this case the default personalization is used. The default value for this property is True.

The value of this property is only considered when a grid view is of Card type. This is done by appropriately defining View property of the control.

Example (MxSpace)

To see the defined CardCustomization property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click BomPart.cs. Click the GridEdit control for displaying work order BOMs and open Property Window. See the value True defined in CardCustomization property.

To define CardCustomization property

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

See Also

MxPart
View

©2009 Metronik. All Rights Reserved.