WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DTField

    Show / Hide Table of Contents

    Class DTField

    Inheritance
    System.Object
    DTField
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DTField

    Constructors

    DTField(FieldDefinition, DateTimePickerAdv)

    Declaration
    public DTField(FieldDefinition fd, DateTimePickerAdv dtPicker)
    Parameters
    Type Name Description
    FieldDefinition fd
    DateTimePickerAdv dtPicker

    Properties

    Definition

    Declaration
    public FieldDefinition Definition { get; set; }
    Property Value
    Type Description
    FieldDefinition

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnTextChanged(EventArgs)

    Declaration
    protected virtual void OnTextChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Events

    TextChanged

    Declaration
    public event EventHandler TextChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved