다음을 통해 공유


MetaColumn.DataFormatString 속성

정의

필드 값의 표시 형식을 지정하는 문자열을 가져옵니다.

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

속성 값

필드 값의 표시 형식을 지정하는 문자열입니다.

구현

설명

속성은 DataFormatString 특성이 데이터 필드에 적용되는지 DisplayFormatAttribute 확인하고 속성 값을 DisplayFormatAttribute.DataFormatString 검색합니다. DisplayFormatAttribute 특성을 찾을 수 없는 경우 이 속성은 서식 정보를 검색하기 위해 특성이 적용되는지 DataTypeAttribute 확인합니다.

적용 대상

추가 정보