menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimePickerAdvActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimePickerAdvActionList

    Inheritance
    System.Object
    SyncActionListBase<DateTimePickerAdv>
    DateTimePickerAdvActionList
    Inherited Members
    SyncActionListBase<DateTimePickerAdv>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<DateTimePickerAdv>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<DateTimePickerAdv>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<DateTimePickerAdv>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<DateTimePickerAdv>.Control
    SyncActionListBase<DateTimePickerAdv>.GetProperty(String)
    SyncActionListBase<DateTimePickerAdv>.GetSortedActionItems()
    SyncActionListBase<DateTimePickerAdv>.GetValue(String)
    SyncActionListBase<DateTimePickerAdv>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DateTimePickerAdvActionList : SyncActionListBase<DateTimePickerAdv>

    Constructors

    DateTimePickerAdvActionList(IComponent)

    Declaration
    public DateTimePickerAdvActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    Checked

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type
    System.Boolean

    Culture

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type
    System.Globalization.CultureInfo

    IsNullDate

    Declaration
    public bool IsNullDate { get; set; }
    Property Value
    Type
    System.Boolean

    Name

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

    ShowCheckBox

    Declaration
    public bool ShowCheckBox { get; set; }
    Property Value
    Type
    System.Boolean

    ShowDropButton

    Declaration
    public bool ShowDropButton { get; set; }
    Property Value
    Type
    System.Boolean

    ShowUpDown

    Declaration
    public bool ShowUpDown { get; set; }
    Property Value
    Type
    System.Boolean

    ShowUpDownOnFocus

    Declaration
    public bool ShowUpDownOnFocus { get; set; }
    Property Value
    Type
    System.Boolean

    Style

    Declaration
    public VisualStyle Style { get; set; }
    Property Value
    Type
    VisualStyle

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.DateTimePickerAdv>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved