Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / DateStorageFormat Property

In This Topic
    DateStorageFormat Property
    In This Topic
    Gets or sets the translation which shall be performed on the displayed date in a date picker content control when the current contents are saved into the associated custom XML data via the XmlMapping property. This property has effect only for content controls with type ContentControlType.Date.
    Syntax
    'Declaration
     
    Public Property DateStorageFormat As DateStorageFormat
    public DateStorageFormat DateStorageFormat {get; set;}
    See Also