MetaColumn.DataFormatString Property

Definition

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.

Applies to

See also