ListField.DefaultStringFormat 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.
The default string format for all list items
public:
property System::Drawing::StringFormat ^ DefaultStringFormat { System::Drawing::StringFormat ^ get(); void set(System::Drawing::StringFormat ^ value); };
public System.Drawing.StringFormat DefaultStringFormat { get; set; }
member this.DefaultStringFormat : System.Drawing.StringFormat with get, set
Public Property DefaultStringFormat As StringFormat