Gets or sets whether to use the culture's "long date" format. If false, the "short date" is used.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool LongFormat { get; set; }
Visual Basic (Declaration)
Public Property LongFormat As Boolean

See Also