MetaColumn.DataFormatString 属性

定义

获取指定字段值的显示格式的字符串。

public:
 property System::String ^ DataFormatString { System::String ^ get(); };
public string DataFormatString { get; }
member this.DataFormatString : string
Public ReadOnly Property DataFormatString As String

属性值

String

指定字段值的显示格式的字符串。

实现

注解

DataFormatString属性验证属性 DisplayFormatAttribute 是否应用于数据字段并检索 DisplayFormatAttribute.DataFormatString 属性的值。 如果 DisplayFormatAttribute 找不到属性,此属性将验证是否应用属性 DataTypeAttribute 来检索格式设置信息。

适用于

另请参阅