New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PropertyDisplayNameNeededEventArgs

Inheritance: objectPropertyDisplayNameNeededEventArgs

Constructors

C#
public PropertyDisplayNameNeededEventArgs(string fieldName, string displayName)
Parameters:fieldNamestringdisplayNamestring

Properties

C#
public string DisplayName { get; set; }
C#
public string FieldName { get; }