Class
PropertyDisplayNameNeededEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyDisplayNameNeededEventArgs

Inheritance: objectPropertyDisplayNameNeededEventArgs

Constructors

PropertyDisplayNameNeededEventArgs(string, string)

Declaration

cs-api-definition
public PropertyDisplayNameNeededEventArgs(string fieldName, string displayName)

Parameters

fieldName

string

displayName

string

Properties

DisplayName

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

FieldName

Declaration

cs-api-definition
public string FieldName { get; }

Property Value

string