Class DateTimeField
Represents a class that contains the information about the date time fields which used to parse in SfDateTimeEdit.
Inheritance
System.Object
DateTimeField
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.Input
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class DateTimeField
Properties
FieldType
Gets the field type of date time in SfDateTimeEdit
Declaration
public DateTimeFieldType FieldType { get; }
Property Value
Type |
---|
DateTimeFieldType |
FieldValue
Gets the date or time text for DateTimeField in SfDateTimeEdit
Declaration
public string FieldValue { get; }
Property Value
Type |
---|
System.String |