MX-Frame Library Send comments on this topic.
Property Caption
See Also
MX-Developer > User Interface - MxPart > Controls > Pivot > Pivot Field Properties > Property Caption

Glossary Item Box

Defines the text representing a field.

Remarks

Property specifies the text which is displayed in the header of each field. Caption should undoubtedly represent a field, row or a column in the control. It should provide some basic meaning or purpose of the data displayed in it.

Example (MxSpace)

To see the defined Caption property on a pivot field open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderAnalysisPart.cs. Click the pivot control and run its designer. Field PlannedQuantity has Caption property set to Planned.

To define Caption property

  1. In Solution Explorer open MxPart component (WorkOrderAnalysisPart) which contains Pivot control.
  2. Right click the control and select option Run Designer.
  3. Select the desired field (PlannedQuantity) in Pivot Fields section. 
  4. Set the desired value (Planned) for property Caption.

See Also

©2009 Metronik. All Rights Reserved.