Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141133 | Nov 26,2018 11:08 AM UTC | Nov 27,2018 08:47 AM UTC | WinForms | 1 |
![]() |
Tags: SfDataGrid |
/// <summary>
/// Gets or Sets the OrderDate
/// </summary>
[Display(Name = "Order Date")]
public DateTime? OrderDate
{
get
{
return _orderDate;
}
set
{
_orderDate = value;
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.