frmEditOperationGetDisplayName Method

Return the display name for the specified property name.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private string GetDisplayName(
	string propertyName
)

Parameters

propertyName  String
Name of the property to format.

Return Value

String
The display name of the provided property.

See Also