MetaColumn.DataFormatString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the string that specifies the display format for the field value.
public:
property System::String ^ DataFormatString { System::String ^ get(); };
public string DataFormatString { get; }
member this.DataFormatString : string
Public ReadOnly Property DataFormatString As String
Property Value
The string that specifies the display format for the field value.
Implements
Remarks
The DataFormatString property verifies if a DisplayFormatAttribute attribute is applied to the data field and retrieves the value of the DisplayFormatAttribute.DataFormatString property. If a DisplayFormatAttribute attribute is not found, this property verifies if a DataTypeAttribute attribute is applied to retrieve formatting information.