Interface IDataFormField
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public interface IDataFormField : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
ContentPart
DataFieldName
Declaration
string DataFieldName { get; }
Property Value
System.String
|
DataFieldValue
Declaration
string DataFieldValue { get; }
Property Value
System.String
|