WinForms

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

    Show / Hide Table of Contents

    Class MonthCalendarAdvActionList

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

    Constructors

    MonthCalendarAdvActionList(IComponent)

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

    Properties

    AllowMultipleSelection

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

    Culture

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

    FirstDayOfWeek

    Declaration
    public Day FirstDayOfWeek { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Day

    SelectedDates

    Declaration
    public DateTime[] SelectedDates { get; set; }
    Property Value
    Type Description
    System.DateTime[]

    Style

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

    ThemedBorder

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

    ThemedEnabledScrollButtons

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

    Methods

    InitializeActionList()

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