PivotGridField.Name Property
In This Article
Gets or sets the field's name.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public string Name { get; set; }
#Property Value
Type | Description |
---|---|
String | A string which specifies the field's name. |
#Remarks
Use the Name property to assign a name to a PivotGridField object created at runtime. To retrieve a field from the control's field collection by its name use the PivotGridFieldCollection.GetFieldByName method.
See Also