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