Class DescriptionBase
Inherited Members
Namespace: Telerik.Data.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DescriptionBase : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IDescriptionBase
Properties
CustomName
Declaration
public string CustomName { get; set; }
Property Value
System.
|
DisplayName
Declaration
public string DisplayName { get; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Methods
CloneCore(Cloneable)
Declaration
protected override void CloneCore(Cloneable source)
Parameters
Cloneable
source
|
Overrides
GetDisplayName()
Declaration
protected virtual string GetDisplayName()
Returns
System.
|
GetMemberName()
Declaration
protected virtual string GetMemberName()
Returns
System.
|