Method SetDisplayName
| Improve this Doc View SourceSetDisplayName(Func<String>)
Sets the DisplayName value getter.
Declaration
public void SetDisplayName(Func<string> displayNameGetter)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.String> | displayNameGetter | The DisplayName value getter. |
Remarks
This method is typically used to provide localizable DisplayName value.