GridField.DateOnly property

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DateOnly As Boolean
    Get
    Set
'Usage
Dim instance As GridField
Dim value As Boolean

value = instance.DateOnly

instance.DateOnly = value
public bool DateOnly { get; set; }

Property value

Type: System.Boolean

See also

Reference

GridField class

GridField members

Microsoft.SharePoint.JSGrid namespace