Version

SetNamedHeaderValue Method (Column)

Sets a named value that will be applied to the header cells for this column.
Syntax
public void SetNamedHeaderValue( 
   string valueName,
   CellPropertyAnimationType animationType,
   object value
)

Parameters

valueName
The name of the value to set.
animationType
The animation type to use for the change.
value
The value to set.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also