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

Glossary Item Box

Defines the name of the group in which the control is located in Personalization Directory.

Remarks

Property specifies the name of the group where control is located in Personalization Directory. The control is displayed in Personalization Directory with the string defined in property Category. The value defined in this property is added to the value, defined in the property Category, and they both form the name of the group.

Example (MxSpace)

To see the defined Entity property on a control (Grid) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click ArticlesPart.cs. Click the grid control and open Property Window. See the value Articles entered in the Entity property.

To define Entity property

  1. In Solution Explorer open MxPart component (ArticlesPart) which contains control (Grid) which will be personalized.
  2. Select the desired control (Grid) on the canvas.
  3. Open Property Window.
  4. In section Context define Entity property. Enter the desired value (Article).

See Also

©2009 Metronik. All Rights Reserved.