Table of Contents

Method SetCustomLabel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetCustomLabel<T>(string, string)

Sets custom label for the property.

public static bool SetCustomLabel<T>(string propName, string label) where T : class

Parameters

propName string

Property name.

label string

New custom label of the property.

Returns

bool

true if operation successfull, false otherwise.

Type Parameters

T

Object type.