You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9281 lines
511 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.SfInput.WinForms</name>
</assembly>
<members>
<member name="T:Syncfusion.WinForms.Input.CalendarContainer">
<summary>
Container for SfCalendar Control
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarContainer.calendar">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarContainer.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.CalendarContainer"/> class
</summary>
<param name="calendar"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> Control.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarContainer.InnerContainer">
<summary>
Gets or sets the container of SfCalendar control, used for adding padding from CalendarContainer
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarContainer.Dispose(System.Boolean)">
<summary>
Releases all resources used by the control component.
</summary>
<param name="disposing"> Dispose the resources used by control component.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarContainer.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paint event
</summary>
<param name="e">Event arguments</param>
</member>
<member name="T:Syncfusion.WinForms.Input.CalendarGrid">
<summary>
<see cref="T:Syncfusion.WinForms.Input.CalendarGrid"/> is a class that contains the grid portion of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> to view the Dates
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.NUMBEROFWEEKSINYEAR">
<summary>
Holds maximum number of weeks
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.ROWS">
<summary>
Holds the number of rows in Year, Century and Decade view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.COLUMNS">
<summary>
Holds the number of columns in Year, Century and Decade view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.touchStartPosition">
<summary>
Stores the gesture starting point
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.touchEndPosition">
<summary>
Stores the gesture ending point
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.hightlightedCell">
<summary>
Holds the highlighted cell information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.touchStartDate">
<summary>
Holds the initial date information in Touch Gesture information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.gestureInfo">
<summary>
Holds the Touch GestureInfo
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.months">
<summary>
Holds the Month information for Year view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.decades">
<summary>
Holds the Year information for Year view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.centuries">
<summary>
Holds the Decade information for Year view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.stringFormat">
<summary>
Holds the cell string Format
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.reachedMinMaxDateTime">
<summary>
Holds whether the MinDate and MaxDate Cell is reached
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.mouseDownRectangle">
<summary>
Holds the selected Cell Bounds
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.gestureConfigSize">
<summary>
Gets the gesture configuration size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.gestureInfoSize">
<summary>
Gets the gesture info size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.renderer">
<summary>
Gets or sets the cell renderer.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.popupWindow">
<summary>
Holds the Calendar Popup window information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.touchActiveDate">
<summary>
Holds the Active Date in Touch gesture actions
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.lastActiveYear">
<summary>
Holds last Active year information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.lastActiveDecadeYear">
<summary>
Holds last Active decade information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.touchVerticalStartPosition">
<summary>
Holds the vertical start position in Touch action
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.touchDownSwipeActionPerformed">
<summary>
Indicates whether Down Touch action is performed
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.cellBounds">
<summary>
Gets or sets the value indicating whether the Cell Bounds for Month, Year, Decade and Century views
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.ismousehover">
<summary>
Indicates whether mouse hover is handled in special date cell
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.previousdate">
<summary>
Holds the previous date information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.tooltipinfo">
<summary>
Holds the ToolTipInfo for cell
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.tooltipitem">
<summary>
Holds the ToolTipItem for ToolTipInfo of cell
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.isMouseDown">
<summary>
Indicates whether mouse/touch down or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.hideTouchToolTip">
<summary>
Indicates whether the triggered event is mouse or touch.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.selectionStartDate">
<summary>
Holds the selection start date for mouse/touch selection
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarGrid.selectionRange">
<summary>
Holds the multiple dates selection range for mouse/touch selection
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.CalendarGrid'/> class.
</summary>
<param name="calendar"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> Control.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.ToolTip">
<summary>
Gets or sets the tooltip for calendar
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CanRearrangeTouchCellBounds">
<summary>
Gets or sets a value indicating whether to rearrange Grid view in Touch Gesture scrolling process
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.IsNavigationKeyPressed">
<summary>
Gets or sets a value indicating whether navigation pressed or not values.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CanUpdateCellForeColor">
<summary>
Gets or sets a value indicating whether the updated fore color when touch was ended.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CellStartYear">
<summary>
Gets or sets a value indicating Cell start year information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CellEndYear">
<summary>
Gets or sets a value indicating Cell end year information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.DecadeStartYear">
<summary>
Gets or sets a value indicating Decade start year information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CenturionStartYear">
<summary>
Gets or sets a value indicating Centurion start year information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CenturionEndYear">
<summary>
Gets or sets a value indicating Centurion end year information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.DecadeEndYear">
<summary>
Gets or sets a value indicating decade end year information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.Renderer">
<summary>
Gets the cell renderer
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.CellBounds">
<summary>
Gets the Cell Bounds for Month, Year, Decade and Century views in CalendarGrid.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.Months">
<summary>
Gets the Month View information.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.Decades">
<summary>
Gets the Year information for Decade View
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.Centuries">
<summary>
Gets the Decade information for Century View
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.PopupWindow">
<summary>
Gets or sets the value of Popup Window if Calendar is in popup of DateTimeEdit control
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarGrid.TouchActiveCell">
<summary>
Gets or sets the value indicating whether the active date for touch mode
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.RoundUp(System.Int32)">
<summary>
Round up the value to the nearest 10.
</summary>
<param name="toRound">Value to be rounded off.</param>
<returns>The above nearest value of 10.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.RoundUpNextHundred(System.Int32)">
<summary>
Round up the value to the nearest 10.
</summary>
<param name="toRound">Value to be rounded off.</param>
<returns>The above nearest value of 100.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.RoundDown(System.Int32)">
<summary>
Round up the value to the multiple of 10.
</summary>
<param name="toRound">Value to be rounded off.</param>
<returns>The below nearest value of 10.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.RoundDownNextHundred(System.Int32)">
<summary>
Round up the value to the multiple of 10.
</summary>
<param name="toRound">Value to be rounded off.</param>
<returns>The below nearest value of 100.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.RearrangeDays(System.String[],System.String[],System.String,System.Boolean)">
<summary>
Rearrange the order of days with respect to first day of week
</summary>
<param name="dayNames">The days names in the week</param>
<param name="abbreviatedDayNames">The abbreviated day names in the week.</param>
<param name="firstDay">First day of the week</param>
<param name="abbreviated">To return abbreviated collection of dayNames collection.</param>
<returns>The day names in the reordered format</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Graphics)">
<summary>
Helps to draw image
</summary>
<param name="icon">Cell text</param>
<param name="imageBounds">Calendar Cell</param>
<param name="g">Cell text</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawHorizontalSplitter(System.Drawing.Color,Syncfusion.WinForms.Input.Cell,System.Drawing.Graphics)">
<summary>
Helps to draw HorizontalSplitter
</summary>
<param name="horizontalSplitterColor">horizontal SplitterColor</param>
<param name="cell">Calendar Cell</param>
<param name="g"> Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawCellBackColor(System.Drawing.Color,Syncfusion.WinForms.Input.Cell,System.Drawing.Graphics)">
<summary>
Helps to draw Cell BackColor
</summary>
<param name="backColor">back color of the Cell</param>
<param name="cell">Calendar Cell</param>
<param name="g"> Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.GetWeekOfYear(System.DateTime)">
<summary>
Gets the week of the year for the given dateTime.
</summary>
<param name="date">DateTime value.</param>
<returns>The week of the given dateTime.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ResetStringFormat">
<summary>
Helps to reset the String Format
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DragMultipleDatesSelection(Syncfusion.WinForms.Input.Cell)">
<summary>
Helps to perform the multiple dates selection using mouse/touch drag
</summary>
<param name="cell">Calendar Cell</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawMonthView(System.Drawing.Graphics)">
<summary>
Helps to Draw Dates in month view
</summary>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawTouchMonthView(System.Drawing.Rectangle,System.Drawing.Graphics)">
<summary>
Helps to Draw Dates in month view for Touch Mode
</summary>
<param name="controlBounds">CalendarGrid Bounds</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawYearView(System.Drawing.Graphics)">
<summary>
Helps to Draw Year view
</summary>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawTouchYearView(System.Drawing.Rectangle,System.Drawing.Graphics)">
<summary>
Helps to Draw Year view
</summary>
<param name="controlBounds">CalendarGrid Bounds</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawDecadeView(System.Drawing.Graphics)">
<summary>
Helps to draw Decade view
</summary>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawTouchDecadeView(System.Drawing.Rectangle,System.Drawing.Graphics)">
<summary>
Helps to draw Decade view in Touch mode
</summary>
<param name="controlBounds">CalendarGrid Bounds</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawCenturyView(System.Drawing.Graphics)">
<summary>
Helps to draw Century view
</summary>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawSpecialDate(Syncfusion.WinForms.Input.Cell@,System.Drawing.Graphics)">
<summary>
Helps to draw Special Date
</summary>
<param name="cell">Calendar Cell</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ApplyCellCustomization(Syncfusion.WinForms.Input.Cell@)">
<summary>
Helps to apply Calendar Cell Customization
</summary>
<param name="cell">Calendar Cell</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawCellText(System.String,System.Drawing.Color,System.Drawing.Rectangle,System.Drawing.Font,System.Drawing.Graphics)">
<summary>
Helps to draw Cell text
</summary>
<param name="text">Cell text</param>
<param name="forecolor">Cell text ForeColor</param>
<param name="bounds">Cell bounds</param>
<param name="font">Cell text font</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawCellBorder(System.Drawing.Color,Syncfusion.WinForms.Input.Cell,System.Drawing.Graphics)">
<summary>
Helps to draw Cell Border
</summary>
<param name="borderColor">Cell BorderColor</param>
<param name="cell">Calendar Cell information</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DrawVerticalSplitter(System.Drawing.Color,Syncfusion.WinForms.Input.Cell,System.Drawing.Graphics)">
<summary>
Helps to draw VerticalSplitter
</summary>
<param name="verticalSplitterColor">Vertical SplitterColor</param>
<param name="cell">Calendar Cell</param>
<param name="g">Encapsulates a GDI+ drawing surface. This class cannot be inherited.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.GridCellOnPaint(System.Drawing.Graphics)">
<summary>
Draws the GridCell and the string.
</summary>
<param name="g">Graphics to draw the cell and the string.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.TouchGridCellOnPaint(System.Drawing.Rectangle,System.Drawing.Graphics)">
<summary>
Draws the touch GridCell and the string.
</summary>
<param name="clipRect">Grid cell control clip rectangle.</param>
<param name="g">Graphics to draw the cell and the string.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.GridCellMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
This event occurs on Mouse Up action, helps to update the selected date.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessCalendarViewTypeIsMonth(System.Boolean@,System.Int32@,System.Windows.Forms.MouseButtons@,System.Drawing.Point@)">
<summary>
Process when it is Calendar Month View Type.
</summary>
<param name="isBlocked"> Check whether the date is Blocked.</param>
<param name="columnCount"> value of column.</param>
<param name="state"> mouse Button state.</param>
<param name="point"> location point.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessShiftKeyInGridCell(System.DateTime)">
<summary>
Process if it shift keys is pressed in grid cell.
</summary>
<param name="cellDate"> value of DateTime.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessCalendarViewTypeIsYear(System.Drawing.Point@,Syncfusion.WinForms.Input.Enums.CalendarViewType@)">
<summary>
Process when it is Calendar Year View Type.
</summary>
<param name="point"> location point.</param>
<param name="calendarType"> value of calendar view type.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessShiftKeyDown(System.Windows.Forms.Keys)">
<summary>
Process the shift key combination.
</summary>
<param name="keyData">Specifies key codes and modifiers.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessKeyDateIsShiftEndKeyDown(System.DateTime@)">
<summary>
Process the shift and End key combination.
</summary>
<param name="firstSelectedDate"> first selected date</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessKeyDateIsShiftHomeKeyDown(System.DateTime@)">
<summary>
Process the shift and Home key combination.
</summary>
<param name="firstSelectedDate">first selected date</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessKeyDateIsShiftKeyDown(System.DateTime@)">
<summary>
Process the shift key down combination.
</summary>
<param name="firstSelectedDate">value of DateTime</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ProcessKeyDown(System.Windows.Forms.Keys)">
<summary>
Update the selected date based in the Keyboard interaction.
</summary>
<param name="keyData">Entered keys</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.MoveToNextDateTime">
<summary>
Move to next DateTime value while perform navigation by keyboard.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.MoveToPreviousDateTime">
<summary>
Move to previous DateTime value while perform navigation by keyboard.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnSizeChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.SizeChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.CalendarGrid"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the CalendarGrid, when AccessibilityEnabled for SfCalendar is set as true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.Paint event.
</summary>
<param name="e">A System.Windows.Forms.PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows System.Windows.Forms.Message to process.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the GridCells.MouseDown event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.CalendarGrid"/> MouseDown event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the GridCells.MouseMove event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnMouseLeave(System.EventArgs)">
<summary>
Raises the GridCells.MouseLeave event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.OnMouseEnter(System.EventArgs)">
<summary>
Raises the GridCells.MouseEnter event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.Dispose(System.Boolean)">
<summary>
Releases all resources used by this Controls component.
</summary>
<param name="disposing"> Dispose the resources used by Controls component.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.TextBeforeImage(System.Drawing.RectangleF,Syncfusion.WinForms.Input.SpecialDate,System.Drawing.SizeF)">
<summary>
Sets the text and image bounds when the <see cref="P:Syncfusion.WinForms.Input.SpecialDate.TextImageRelation"/> is TextBeforeImage.
</summary>
<param name="rect">Rectangle where the text and image should be drawn.</param>
<param name="special">Special date</param>
<param name="textSize">Size of the date text.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ImageBeforeText(System.Drawing.RectangleF,Syncfusion.WinForms.Input.SpecialDate,System.Drawing.SizeF)">
<summary>
Sets the text and image bounds when the <see cref="P:Syncfusion.WinForms.Input.SpecialDate.TextImageRelation"/> is ImageBeforeText.
</summary>
<param name="rect">Rectangle where the text and image should be drawn.</param>
<param name="special">Special date</param>
<param name="textSize">Size of the date text.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.TextAboveImage(System.Drawing.RectangleF,Syncfusion.WinForms.Input.SpecialDate,System.Drawing.SizeF)">
<summary>
Sets the text and image bounds when the <see cref="P:Syncfusion.WinForms.Input.SpecialDate.TextImageRelation"/> is TextAboveImage.
</summary>
<param name="rect">Rectangle where the text and image should be drawn.</param>
<param name="special">Special date</param>
<param name="textSize">Size of the date text.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ImageAboveText(System.Drawing.RectangleF,Syncfusion.WinForms.Input.SpecialDate,System.Drawing.SizeF)">
<summary>
Sets the text and image bounds when the <see cref="P:Syncfusion.WinForms.Input.SpecialDate.TextImageRelation"/> is ImageAboveText.
</summary>
<param name="rect">Rectangle where the text and image should be drawn.</param>
<param name="special">Special date</param>
<param name="textSize">Size of the date text.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.TextImageOverlay(System.Drawing.RectangleF,Syncfusion.WinForms.Input.SpecialDate,System.Drawing.SizeF)">
<summary>
Sets the text and image bounds when the <see cref="P:Syncfusion.WinForms.Input.SpecialDate.TextImageRelation"/> is Overlay.
</summary>
<param name="rect">Rectangle where the text and image should be drawn.</param>
<param name="special">Special date</param>
<param name="textSize">Size of the date text.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.IsTouch">
<summary>
Determines which input device triggered the mouse event.
</summary>
<returns>Indicating whether the last mouse event was triggered by a touch, pen or the mouse.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.ValidateMinMaxDateToDarwInMonthView(System.Int32,System.Int32)">
<summary>
Validate to draw the month in month view based on min max date.
</summary>
<param name="year">Current cell year</param>
<param name="month">Current cell Month</param>
<returns>Returns DateTime Value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.CalendarGrid_LostFocus(System.Object,System.EventArgs)">
<summary>
Invokes when calendar grid lost it focus.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.UpdateTextAlignment(System.Drawing.ContentAlignment)">
<summary>
Change the alignment of the text depends of the <see cref="P:Syncfusion.WinForms.Input.SpecialDate.TextAlign"/> property.
</summary>
<param name="alignment"><see cref="T:System.Drawing.ContentAlignment"/> of the grid cell text.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.DecodeGesture(System.Windows.Forms.Message@)">
<summary>
Decodes the gesture information
</summary>
<param name="m">Windows message.</param>
<returns>True if gesture is success.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarGrid.UpdateCellBounds(System.Int32)">
<summary>
Update cell bounds in touch interaction
</summary>
<param name="distance">Moved position</param>
</member>
<member name="T:Syncfusion.WinForms.Input.CalendarHeader">
<summary>
<see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/> is a class contains the header portion of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.upnavigationButtonBounds">
<summary>
Gets the Up Navigation button bounds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.downNavigationButtonBounds">
<summary>
Gets the Down Navigation button bounds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.isUpNavigationButtonHighlighted">
<summary>
Gets or sets a value whether the mouse is hover the up navigation button bounds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.isNavigationButtonsHighlighted">
<summary>
Check whether the mouse hover is moved from up or down arrow bounds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.isDownNavigationButtonHighlighted">
<summary>
Gets or sets a value whether the mouse is hover the down navigation button bounds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.isDateInfoRegionHighlighted">
<summary>
Gets or sets a value indicating whether is mouse hover on header text
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.sfcalendar">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.textInfoBounds">
<summary>
Gets or sets the Text bounds of the Calendar Header Text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.dayNamesBounds">
<summary>
Holds Day Names bounds
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarHeader.defaultNavigationButtonSize">
<summary>
Gets the default size of Navigation button in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.CalendarHeader'/> class.
</summary>
<param name="calendar"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> Control.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.DrawFontIcons(System.Drawing.Graphics,Syncfusion.Windows.Forms.Helper.IconFontHelper.IconFont,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draw the font icons
</summary>
<param name="g">Graphics element</param>
<param name="fontIcon">IconFont from font helper</param>
<param name="rect">Up and Down buttons rectangle</param>
<param name="color">Up and Down button color based on state</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.GetPoint(System.Drawing.Rectangle,System.Drawing.SizeF)">
<summary>
Returns the point in which the font icon need to be drawn.
</summary>
<param name="rect">The rectangle in which the font icon need to be drawn</param>
<param name="size">The font icon size</param>
<returns>Returns the point in which the font icon need to be drawn</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.CalculateDayBounds">
<summary>
Calculate the rectangle region of the DayNameBounds.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.DrawHeader(System.Drawing.Graphics)">
<summary>
Draws the header region of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
<param name="g">Graphics used to draw the header region of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.ProcessKeyDown(System.Windows.Forms.Keys)">
<summary>
Method to switch view type by keys
</summary>
<param name="keyData">pressed key data</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.HeaderPanelMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Update the view of the GridCell when mouse is clicked on navigation buttons.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.ValidateArrowBoundUp(System.Nullable{System.DateTime}@)">
<summary>
validate whether ArrowUp Bounds contain Location.
</summary>
<param name="date"> value of DateTime.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.ValidateTextBounds">
<summary>
validate test bounds of Calendar Header Text by change the ViewType.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.HeaderPanelMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Check whether the mouse is hover the header panel Up Arrow or Down Arrow
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new System.Windows.Forms.Control.Left property value of the control.</param>
<param name="y">The new System.Windows.Forms.Control.Top property value of the control.</param>
<param name="width">The new System.Windows.Forms.Control.Width property value of the control.</param>
<param name="height">The new System.Windows.Forms.Control.Height property value of the control.</param>
<param name="specified">A bitwise combination of the System.Windows.Forms.BoundsSpecified values.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/> Paint event
</summary>
<param name="e">A System.Windows.Forms.PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/> MouseDown event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/> MouseMove event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.OnMouseEnter(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/> Mouse Enter event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.OnMouseLeave(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/> Mouse Leave event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.CalendarHeader"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the CalendarHeader, when AccessibilityEnabled for SfCalendar is set as true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.DrawDayNames(System.Drawing.Graphics)">
<summary>
Paint the Day names in the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> Header.
</summary>
<param name="g">Encapsulates a GDI+ drawing surface.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarHeader.UpdateHeaderText">
<summary>
Updates the claendar header text content.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.CalendarViewType.All">
<summary>
<see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control allows to display all the views.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.CalendarViewType.Month">
<summary>
<see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control allows to display month view.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.CalendarViewType.Year">
<summary>
<see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control allows to display Year view.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.CalendarViewType.Decade">
<summary>
<see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control allows to display Decade view.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.CalendarViewType.Century">
<summary>
<see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control allows to display Century view.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.NavigationButtonAlignment">
<summary>
Specifies the alignment of the Navigation button in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.NavigationButtonAlignment.Left">
<summary>
Navigation buttons are aligned at the Left side relative to <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> header.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.NavigationButtonAlignment.Right">
<summary>
Navigation buttons are aligned at the Right side relative to <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> header.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.NavigationButtonAlignment.Both">
<summary>
Up Navigation button is aligned at the Left and Down Navigation button is aligned at Right side relative to <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> header.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.TransitionMode">
<summary>
Represent the AnimateMode of the ScaleAnimation in <see cref="T:Syncfusion.WinForms.Input.TransitionHelper"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.TransitionMode.Show">
<summary>
Show the Animation
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.TransitionMode.Hide">
<summary>
Hide the Animation
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DropDownPopupAlignment.Left">
<summary>
DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> will open at the left side of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DropDownPopupAlignment.Right">
<summary>
DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> will open at the right side of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode">
<summary>
Specifies the editing mode of <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Default">
<summary>
The text box will be displayed to edit the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Mask">
<summary>
Mask will be displayed to edit the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>. In this mode, date time values in the predefined format.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.DateTimePattern">
<summary>
Defines the constants that specifies the date time display pattern for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.ShortDate">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the short date format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.LongDate">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the long date format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.ShortTime">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the short time format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.LongTime">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the long time format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.FullDateTime">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in full DateTime format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.MonthDay">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the Month day format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.RFC1123">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the Rfc1123 format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.SortableDateTime">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the sortable date format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.UniversalSortableDateTime">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the Universal sortable date format set by the user's operating system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.YearMonth">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in the year month format set by the user's operating system.
pattern.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.Custom">
<summary>
<para>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control displays the date/time value in a custom format.
</para>
<para>
<see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> contains the property named Format. which helps to assign the custom format for the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</para>
<para>
We can assign the date format as DD, DDD, DDDD. DD is denotes date in numbers. DDDD denotes Date in abbreviated form of day(For E.g Wednesday as Wed) and DDDD denotes the day in string format(E.g Wednesday).
</para>
Similarly, the month will be denoted as MM, MMM, MMMM. Where MM is month in numbers, MMM denotes month in abbreviated form (E.g January as Jan) and MMM denotes the month in string forma(January).
<para>
Year field can be denoted as YY or YYYY. YY is two digit year field and YYYY is four digit year field.
</para>
The hours, minutes and seconds and meridiem can be denotes as HH:mm:SS TT or HH:mm:SS TT.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.DateTimeFieldType">
<summary>
Defines the constants that specifies the date time field type for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> when <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeEditingMode"/> is <see cref="F:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Mask"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Day">
<summary>
Represents Day field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Hour">
<summary>
Represents Hour field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Minute">
<summary>
Represents Minute field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Month">
<summary>
Represents Month field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Seconds">
<summary>
Represents Seconds field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Meridiem">
<summary>
Represents Meridiem field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.Year">
<summary>
Represents Year field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DateTimeFieldType.String">
<summary>
Represents separator field of <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.DayFormat">
<summary>
Defines the constants that specifies the day formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DayFormat.OneOrTwoDigit">
<summary>
The one or two-digit day.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DayFormat.TwoDigit">
<summary>
The two-digit day. Single digit day values are preceded by a zero.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DayFormat.AbbreviatedName">
<summary>
The three-character day-of-week abbreviation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.DayFormat.FullName">
<summary>
The full day-of-week name.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.HourFormat">
<summary>
Defines the constants that specifies the hour formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.HourFormat.OneOrTwoDigit12">
<summary>
The one or two-digit hour in 12-hour format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.HourFormat.TwoDigit12">
<summary>
The two-digit hour in 12-hour format. Single digit values are preceded by a zero.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.HourFormat.OneOrTwoDigit24">
<summary>
The one or two-digit hour in 24-hour format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.HourFormat.TwoDigit24">
<summary>
The two-digit hour in 24-hour format. Single digit values are preceded by a zero.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.MinuteFormat">
<summary>
Defines the constants that specifies the minute formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MinuteFormat.OneOrTwoDigit">
<summary>
The one or two-digit minute.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MinuteFormat.TwoDigit">
<summary>
The two-digit minute. Single digit values are preceded by a zero.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.MonthFormat">
<summary>
Defines the constants that specifies the month formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MonthFormat.OneOrTwoDigit">
<summary>
The one or two-digit month number.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MonthFormat.TwoDigit">
<summary>
The two-digit month number. Single digit values are preceded by a zero.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MonthFormat.AbbreviatedName">
<summary>
The three-character month abbreviation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MonthFormat.FullName">
<summary>
The full month name.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.SecondsFormat">
<summary>
Defines the constants that specifies the seconds formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.SecondsFormat.OneOrTwoDigit">
<summary>
The one or two-digit seconds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.SecondsFormat.TwoDigit">
<summary>
The two-digit seconds. Single digit values are preceded by a zero.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.MeridiemFormat">
<summary>
Defines the constants that specifies the meridiem formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MeridiemFormat.OneLetter">
<summary>
Represents AMPMFormat.t The one-letter AM/PM abbreviation ("AM" is displayed as "A").
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.MeridiemFormat.TwoLetter">
<summary>
The two-letter AM/PM abbreviation ("AM" is displayed as "AM").
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.YearFormat">
<summary>
Defines the constants that specifies the year formats.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.YearFormat.OneDigit">
<summary>
Represent the year format. The one-digit year (2001 is displayed as "1").
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.YearFormat.TwoDigit">
<summary>
Represent the year format. The last two digits of the year (2001 is displayed as "01").
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.YearFormat.Full">
<summary>
Represent the year format.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.FormatMode">
<summary>
Defines modes that indicate how <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> get formatted. The formatted options include percent, currency and numeric.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.FormatMode.Numeric">
<summary>
Displays numeric values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.FormatMode.Percent">
<summary>
Displays the percent value with percent symbol.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.FormatMode.Currency">
<summary>
Displays the value in currency format with currency symbol.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.ValidationResetOption">
<summary>
Defines the mode that indicate how the Value gets changed when validation fails.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValidationResetOption.Reset">
<summary>
Assign the previous valid value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValidationResetOption.MinValue">
<summary>
Assign the minimum value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValidationResetOption.MaxValue">
<summary>
Assign the maximum value.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.ValidationMode">
<summary>
Specifies the mode of validation which depends on <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MinValue"/> and <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MaxValue"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValidationMode.LostFocus">
<summary>
<see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MinValue"/> and <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MaxValue"/> validation is carried out when control lost its focus.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValidationMode.KeyPress">
<summary>
<see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MinValue"/> and <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MaxValue"/> validation is carried out when value is entered.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Enums.ValueChangeMode">
<summary>
Defines mode that indicates when the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> gets changed and <see cref="E:Syncfusion.WinForms.Input.SfNumericTextBox.ValueChanged"/> event get called.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValueChangeMode.LostFocus">
<summary>
Validates the value on lost focus.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Enums.ValueChangeMode.KeyPress">
<summary>
Validate the values on Key press.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo">
<summary>
Represents the class that defines the cell style information for the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the date cells of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellBackColor">
<summary>
Gets or sets the background color of date cells in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellBackColor">
<summary>
Gets or sets the cell background color of the previous and following months that appear in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellForeColor">
<summary>
Gets or sets the foreground color of selected date in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellBorderColor">
<summary>
Gets or sets the foreground color of selected date in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellForeColor">
<summary>
Gets or sets the foreground color of date cells in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellForeColor">
<summary>
Gets or sets the cell foreground color of the previous and following months that appear in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayBackColor">
<summary>
Gets or sets the background color of today cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<remarks>
This color has filled to background of the today cell only when set the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.HighlightTodayCell"/> property to true.
</remarks>
[Description("Gets or sets the background color of today cell in SfCalendar.")]
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayForeColor">
<summary>
Gets or sets the foreground color of today cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<remarks>
This color has used for foreground of the today cell only when set the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.HighlightTodayCell"/> property to true.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayFont">
<summary>
Gets or sets the font used to draw the today cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<remarks>
This font used to draw the today cell only when set the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.HighlightTodayCell"/> property to true.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellHoverBorderColor">
<summary>
Gets or sets the border color of date cells in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellBackColor">
<summary>
Gets or sets the background color of selected date cells in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellHoverBorderColor">
<summary>
Gets or sets the border color of selected date in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellFont">
<summary>
Gets or sets the font used for selected date cells in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayHoverBorderColor">
<summary>
Gets or sets the border color of today cell in hover state.
</summary>
<remarks>
This color used to draw border of the today cell only when set the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.HighlightTodayCell"/> property to true.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesBackColor">
<summary>
Gets or sets the background color of date cells which are disabled by <see cref="P:Syncfusion.WinForms.Input.SfCalendar.BlackoutDates"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesForeColor">
<summary>
Gets or sets foreground color of date cells which are disabled by <see cref="P:Syncfusion.WinForms.Input.SfCalendar.BlackoutDates"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberForeColor">
<summary>
Gets or sets the foreground color of week numbers in in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberBackColor">
<summary>
Gets or sets the background color of week numbers in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellFont">
<summary>
Gets or sets the font used for date cells in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellFont">
<summary>
Gets or sets the font used in cell of the previous and following months that appear in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberFont">
<summary>
Gets or sets the font used to draw week numbers in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesFont">
<summary>
Gets or sets the font used for date cells which are disabled by <see cref="P:Syncfusion.WinForms.Input.SfCalendar.BlackoutDates"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.GetDefaultStyle">
<summary>
Provide the default style of the Calendar Grid.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeCellBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeBlackoutDatesBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeBlackoutDatesFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeBlackoutDatesForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeCellFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeCellForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeCellHoverBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellHoverBorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeSelectedCellBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeSelectedCellBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellBorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeSelectedCellFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeSelectedCellForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeSelectedCellHoverBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellHoverBorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTodayBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTodayFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTodayForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTodayHoverBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayHoverBorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTrailingCellBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTrailingCellFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeTrailingCellForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeWeekNumberBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeWeekNumberFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.ShouldSerializeWeekNumberForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore">
<summary>
Contains the collection of <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo"/> properties.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.CellBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TrailingCellBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.SelectedCellForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.SelectedCellBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.CellForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TrailingCellForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TodayBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TodayForeColorproperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TodayFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayFont"/>property
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.CellHoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellHoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.SelectedCellHoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellHoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.SelectedCellFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellFont"/>property
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.SelectedCellBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.SelectedCellBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TodayHoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TodayHoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.BlackoutDatesBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.BlackoutDatesForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.WeekNumberForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.WeekNumberBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.CellFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.CellFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.TrailingCellFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.TrailingCellFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.WeekNumberFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.WeekNumberFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.BlackoutDatesFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.BlackoutDatesFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo">
<summary>
Represents the class that defines the header style information for the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the header of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.BackColor">
<summary>
Gets or sets the background color of header in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesBackColor">
<summary>
Gets or sets the value indicating DayNames Back color of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color of header in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.HoverForeColor">
<summary>
Gets or sets the foreground color of header in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonForeColor">
<summary>
Gets or sets the foreground color of Navigation button in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonHoverForeColor">
<summary>
Gets or sets the foreground color of Navigation button in hover state in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonDisabledForeColor">
<summary>
Gets or sets the foreground color of Navigation button in disabled state in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesForeColor">
<summary>
Gets or sets the foreground color of header in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.Font">
<summary>
Gets or sets the font used to draw the day names in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesFont">
<summary>
Gets or sets the font used to draw the day names in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.UpArrowImage">
<summary>
Gets or sets the image for UpArrow which used to navigate to previous view in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DownArrowImage">
<summary>
Gets or sets the image for DownArrow which used to navigate to next view in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonSize">
<summary>
Gets or sets the size of Navigation button in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.GetDefaultStyle">
<summary>
Provide the default style of the Calendar Header.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.BackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeDayNamesBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeDayNamesForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.HoverForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeNavigationButtonDisabledForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonDisabledForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeNavigationButtonForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeNavigationButtonHoverForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonHoverForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeNavigationButtonSize">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonSize"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeUpArrowImage">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.UpArrowImage"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeDownArrowImage">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DownArrowImage"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeDayNamesFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesFont"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ShouldSerializeFont">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.Font"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore">
<summary>
Contains the collection of <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo"/> properties.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.DayNamesBackColorProperty">
<summary>
Gets the DayNames Back Color property of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesBackColor"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.NavigationButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.NavigationButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.NavigationButtonDisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonDisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.DayNamesForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.DayNamesFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DayNamesFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.UpArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.UpArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.DownArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.DownArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.NavigationButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfo.NavigationButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Input.Styles.CalendarHeaderStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo">
<summary>
Represents the class that defines the footer style information for the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.DefaultStyle">
<summary>
Gets the default style value for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.HoverBackColor">
<summary>
Gets or sets the background color of footer in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.BackColor">
<summary>
Gets or sets the background color of footer in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color of footer in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.HoverForeColor">
<summary>
Gets or sets the foreground color of footer in hover state.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.GetDefaultStyle">
<summary>
Provide the default style of the Footer of Calendar.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ShouldSerializeBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.BackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ShouldSerializeForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.HoverBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.HoverForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore">
<summary>
Contains the collection of <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo"/> properties.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Input.Styles.CalendarFooterStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoIdentity.calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoIdentity.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoIdentity"/> class.
</summary>
<param name="calendar">
<see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.HeaderProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Header"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.CellProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Cell"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.FooterProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Footer"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.BorderColorProperty">
<summary>
Gets the border color property of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.HorizontalSplitterColorProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.VerticalSplitterColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.VerticalSplitterColorProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Input.Styles.CalendarCellStyleInfo.VerticalSplitterColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyleInfoSubObjectIdentity">
<summary>
Defines a class that provides style identity information for sub objects of the VisualStyleInfo class of the control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyleInfoSubObjectIdentity"/> class and associates it with a specified.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle">
<summary>
Represents the class that defines the style for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="!:Syncfusion.WinForms.Controls.Forms.FormStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarStyleInfoStore"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.DefaultStyle">
<summary>
Gets the default style value for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Header">
<summary>
Gets or sets a value indicating whether style values for the header of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Cell">
<summary>
Gets or sets the style information of the Calendar Cell.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Footer">
<summary>
Gets or sets a value indicating whether values for the footer of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.BorderColor">
<summary>
Gets or sets the border color of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.HorizontalSplitterColor">
<summary>
Gets or sets the color used draw the horizontal splitter in cell view of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.VerticalSplitterColor">
<summary>
Gets or sets the color used draw the vertical splitter in cell view of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Override this method to create a product-specific identity object for a sub object.
</summary>
<returns>An identity object for a sub object of this style.</returns>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.GetDefaultStyle">
<summary>
Provide the default style of the calendar.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.BorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.ShouldSerializeHorizontalSplitterColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.HorizontalSplitterColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.ShouldSerializeVerticalSplitterColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.VerticalSplitterColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.ShouldSerializeCell">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Cell"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.ShouldSerializeFooter">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Footer"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.ShouldSerializeHeader">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle.Header"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo">
<summary>
Represents the class that defines the dropdown style information for the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.DefaultStyle">
<summary>
Gets the default style of the DropDown.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.BackColor">
<summary>
Gets or sets the background color of dropdown button in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.HoverBackColor">
<summary>
Gets or sets the background color of dropdown button in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.PressedBackColor">
<summary>
Gets or sets the background color of dropdown button in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> in pressed state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ForeColor">
<summary>
Gets or sets the Fore color of dropdown button in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.HoverForeColor">
<summary>
Gets or sets the ForeColor of dropdown button in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>. in hover state
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.PressedForeColor">
<summary>
Gets or sets the ForeColor of dropdown button in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.in pressed state
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.GetDefaultStyle">
<summary>
Provide the default style of the DropDown.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ShouldSerializePressedForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.PressedForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.HoverForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ShouldSerializeForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ShouldSerializePressedBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.PressedBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.HoverBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ShouldSerializeBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.BackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore">
<summary>
Contains the collection of <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo"/> properties.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.PressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.PressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.HoverForeColor">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.PressedForeColor">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfo.PressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Input.Styles.DropDownStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity.dateTimeEdit">
<summary>
Maintains the DateTimeEdit for create the identity.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity.#ctor(Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity"/> class.
</summary>
<param name="dateTimeEdit">
<see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DisabledBackColor"/> in disabled state.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DisabledForeColor"/> in disabled state.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.WatermarkForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.WatermarkForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.HoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.HoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.FocusedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.FocusedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.DropDownProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DropDown"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.UpDownForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.UpDownBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.UpDownHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.UpDownHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle">
<summary>
Represents the class that defines the style for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="!:FormStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditStyleInfoStore"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DefaultStyle">
<summary>
Gets the default style value for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DropDown">
<summary>
Gets or sets a value indicating whether style values for the dropdown icon of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownForeColor">
<summary>
Gets or sets the foreground color of up down button in <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownBackColor">
<summary>
Gets or sets the background color of up down button in <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownHoverBackColor">
<summary>
Gets or sets the background color of up down button in <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/>.in hover state
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownHoverForeColor">
<summary>
Gets or sets the foreground color to up down button of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ForeColor">
<summary>
Gets or sets the foreground color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.WatermarkForeColor">
<summary>
Gets or sets the color to draw the Watermark Text that displays in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> when the Value is <b>null</b>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.BackColor">
<summary>
Gets or sets the background color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DisabledBackColor">
<summary>
Gets or sets the background color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.in disabled state
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DisabledForeColor">
<summary>
Gets or sets the foreground color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.in disabled state
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.BorderColor">
<summary>
Gets or sets the border color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.HoverBorderColor">
<summary>
Gets or sets the border color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> in hover state.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.FocusedBorderColor">
<summary>
Gets or sets the border color of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> in focused state.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Override this method to create a product-specific identity object for a sub object.
</summary>
<returns>An identity object for a sub object of this style.</returns>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.GetDefaultStyle">
<summary>
Provide the default style of the DateTimeEdit.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeDropDown">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DropDown"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeUpDownForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeUpDownBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeUpDownHoverBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownHoverBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeUpDownHoverForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.UpDownHoverForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.WatermarkForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeWatermarkForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.WatermarkForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.BackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeDisabledForeColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DisabledForeColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.DisabledBackColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.BorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeHoverBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.HoverBorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.ShouldSerializeFocusedBorderColor">
<summary>
Determines whether <see cref="P:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle.FocusedBorderColor"/> has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyleInfoSubObjectIdentity">
<summary>
Defines a class that provides style identity information for sub objects of the VisualStyleInfo class of the control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyleInfoSubObjectIdentity"/> class and associates it with a specified.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity.sfnumericTextBox">
<summary>
Maintains the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> for create the identity.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity.#ctor(Syncfusion.WinForms.Input.SfNumericTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity"/> class.
</summary>
<param name="numericTextBox">
<see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.#ctor(Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.DefaultStyle">
<summary>
Gets the default style of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.Font">
<summary>
Gets or sets the font of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.NegativeForeColor">
<summary>
Gets or sets the fore color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> when <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> is negative.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.WatermarkForeColor">
<summary>
Gets or sets the watermark fore color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.PositiveForeColor">
<summary>
Gets or sets the fore color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> when <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> is positive.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.ZeroForeColor">
<summary>
Gets or sets the fore color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> when <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> is zero.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.DisabledForeColor">
<summary>
Gets or sets the disabled state fore color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> when <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> is zero.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.BorderColor">
<summary>
Gets or sets the border color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.DisabledBorderColor">
<summary>
Gets or sets the disabled state border color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.HoverBorderColor">
<summary>
Gets or sets the hover border color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.FocusBorderColor">
<summary>
Gets or sets the focus border color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.BackColor">
<summary>
Gets or sets the back color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.DisabledBackColor">
<summary>
Gets or sets the disable state back color for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore">
<summary>
StyleInfoBase class provides the wrapper around the <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.PositiveForeColorProperty">
<summary>
Gets the positive fore color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.NegativeForeColorProperty">
<summary>
Gets the Negative fore color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.WatermarkForeColorProperty">
<summary>
Gets the Watermark fore color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.ZeroForeColorProperty">
<summary>
Gets the Zero fore color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.BackColorProperty">
<summary>
Gets the Back color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.BorderColorProperty">
<summary>
Gets the Border color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.HoverBorderColorProperty">
<summary>
Gets the Hover Border color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.FocusBorderColorProperty">
<summary>
Gets the Focus Border color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.DisabledBorderColorProperty">
<summary>
Gets the Disable state Border color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.DisabledBackColorProperty">
<summary>
Gets the Disable state Back color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.DisabledForeColorProperty">
<summary>
Gets the Disable state fore color property of <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.sd">
<summary>
Gives the static data of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.StaticDataStore">
<summary>
Gets the static data of the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if static data is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.ToolTipOpening"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.tooltipinfo">
<summary>
Holds the Tooltipinfo information description, image and appearance customization details of cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.value">
<summary>
Holds DateTime Value for the date cell to show tooltip in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.rowIndex">
<summary>
Holds index of the row that contains the cell
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.columnIndex">
<summary>
Holds index of the column that contains the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.handled">
<summary>
Holds value indicating whether to enable or disable tooltip
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.isTrailingDate">
<summary>
Holds whether the Cell isTrailingDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.isSpecialDate">
<summary>
Holds whether the Cell isSpecialDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.isBlackoutDate">
<summary>
Holds whether the Cell isBlackoutDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.viewType">
<summary>
Holds ViewType of the cell to show tooltip in SfCalendar, whether it is month, year, decade or century view.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.#ctor(Syncfusion.WinForms.Controls.ToolTipInfo,System.Nullable{System.DateTime},System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Syncfusion.WinForms.Input.Enums.CalendarViewType)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs"/> class.
</summary>
<param name="tooltipinfo">Holds the ToolTipInfo information of cell</param>
<param name="date"> Holds the dateTime Value for the cell</param>
<param name="row">Holds the index of the row that contains the cell</param>
<param name="column">Holds the index of the column that contains the cell</param>
<param name="isSpecialDate"> Holds whether the Cell isSpecialDate</param>
<param name="isBlackoutDate">Holds whether the Cell isBlackoutDate</param>
<param name="isTrailingDate">Holds whether the Cell isTrailingDate</param>
<param name="handle">Holds whether to enable or disable tooltip</param>
<param name="viewtype">Holds the ViewType of the cell</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.ToolTipInfo">
<summary>
Gets the Tooltip information that holds the description, image and appearance customization details of cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.IsTrailingDate">
<summary>
Gets a value indicating whether the date of cell is Trailing date for current month or year or decade or century.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.IsSpecialDate">
<summary>
Gets a value indicating whether the date of cell is SpecialDate in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.ViewType">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/> of the cell to show tooltip in SfCalendar, whether it is month, year, decade or century view in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.IsBlackoutDate">
<summary>
Gets a value indicating whether the date of cell is BlackoutDate in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.Handled">
<summary>
Gets or sets a value indicating whether to show tooltip in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.Value">
<summary>
Gets the DateTime Value for the date cell to show tooltip in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.RowIndex">
<summary>
Gets the row index of cell to show tooltip in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.ColumnIndex">
<summary>
Gets the column index of cell to show tooltip in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.DrawCellEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.DrawCell"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.backColor">
<summary>
Gets or sets the BackColor to Calendar Item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.foreColor">
<summary>
Gets or sets the ForeColor to Calendar Item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.value">
<summary>
Gets the DateTime value that specify the cell which is going to draw.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.rowIndex">
<summary>
Gets the index of the row that contains the cell
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.text">
<summary>
Gets or sets the text to change the date displayed in Calendar Item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.columnIndex">
<summary>
Gets the index of the column that contains the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.image">
<summary>
Gets or sets the image of the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.imageBounds">
<summary>
Gets or sets the image bounds of the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.cellBounds">
<summary>
Gets or sets the bounds of the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.verticalAlignment">
<summary>
Gets or sets the vertical alignment of the string in the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.horizontalAlignment">
<summary>
Gets or sets the horizontal alignment of the string in the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.handled">
<summary>
Holds whether to enable owner draw customization
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.graphics">
<summary>
Holds the Graphics instance
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.isTrailingDate">
<summary>
Holds whether the Cell isTrailingDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.isSpecialDate">
<summary>
Holds whether the Cell isSpecialDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.isBlackoutDate">
<summary>
Holds whether the Cell isBlackoutDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.isWeekNumber">
<summary>
Holds whether the Cell isWeekEnd
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.viewType">
<summary>
Gets or sets the ViewType of the cell to draw in SfCalendar, whether it is month, year, decade or century view.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.#ctor(System.Nullable{System.DateTime},System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Boolean,System.Boolean,Syncfusion.WinForms.Input.Enums.CalendarViewType)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.DrawCellEventArgs"/> class.
</summary>
<param name="date">DateTime value of the cell.</param>
<param name="row">Row index of the cell.</param>
<param name="column">Column index of the cell.</param>
<param name="text">Text of the cell.</param>
<param name="bounds">Cell bounds</param>
<param name="graphics">To draw the Image and text</param>
<param name="backColor">BackColor of the Cell</param>
<param name="foreColor">ForeColor of the cell</param>
<param name="handle">To handle the event or not</param>
<param name="istrailing">Corresponding date is not a active month</param>
<param name="isspecial">Corresponding date is special date</param>
<param name="isblackout">Corresponding date is blackout date</param>
<param name="viewtype">ViewType of the calendar</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.IsTrailingDate">
<summary>
Gets a value indicating whether the date of cell is Trailing date for current month.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.IsSpecialDate">
<summary>
Gets a value indicating whether the date of cell is SpecialDate in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.ViewType">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/> of the cell to draw in SfCalendar, whether it is month, year, decade or century view in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.IsBlackoutDate">
<summary>
Gets a value indicating whether the date of cell is BlackoutDate in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.IsWeekNumber">
<summary>
Gets or sets a value indicating whether the date of cell is Week end in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.Graphics">
<summary>
Gets the Graphics to custom draw Cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.Handled">
<summary>
Gets or sets a value indicating whether to custom draw Cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.BackColor">
<summary>
Gets or sets the background color of date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.ForeColor">
<summary>
Gets or sets the foreground color of date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.Value">
<summary>
Gets the DateTime Value for the date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.RowIndex">
<summary>
Gets the row index of cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.Text">
<summary>
Gets or sets the Text for the date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.ColumnIndex">
<summary>
Gets the column index of cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.Image">
<summary>
Gets or sets the image for the date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.ImageBounds">
<summary>
Gets or sets the image bounds of the date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.CellBounds">
<summary>
Gets the image bounds of the date cell to draw in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.VerticalAlignment">
<summary>
Gets or sets the vertical alignment of the date text in the cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DrawCellEventArgs.HorizontalAlignment">
<summary>
Gets or sets the horizontal alignment of the date text in the cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs">
<summary>
Provides data to the CellClick event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.value">
<summary>
Holds the DateTime value that specify the cell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.text">
<summary>
Holds the text to change the date displayed in Calendar Item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.dateRange">
<summary>
Holds whether the Cell isWeekEnd
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.isSpecialDate">
<summary>
Holds whether the Cell isSpecialDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.isBlackoutDate">
<summary>
Holds whether the Cell isBlackoutDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.isWeekNumber">
<summary>
Holds whether the Cell isWeekEnd
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.viewType">
<summary>
Holds the ViewType of the cell to draw in SfCalendar, whether it is month, year, decade or century view.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.#ctor(System.Nullable{System.DateTime},System.String,System.Windows.Forms.SelectionRange,System.Boolean,System.Boolean,System.Boolean,Syncfusion.WinForms.Input.Enums.CalendarViewType)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs"/> class.
</summary>
<param name="date">Date of the cell.</param>
<param name="text">Text of the cell.</param>
<param name="daterange">Date range of the cell.</param>
<param name="isspecial">Corresponding date is special date.</param>
<param name="isblackout">Corresponding date is blackout date.</param>
<param name="isweeknumber">Corresponding date is week number.</param>
<param name="viewtype">ViewType of the calendar.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.IsSpecialDate">
<summary>
Gets a value indicating whether the date of cell is SpecialDate in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.ViewType">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/> of the cell to draw in SfCalendar, whether it is month, year, decade or century view in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.IsBlackoutDate">
<summary>
Gets a value indicating whether the date of cell is BlackoutDate in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.DateRange">
<summary>
Gets the StartDate and endDate range values of the clicked cell.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.IsWeekNumber">
<summary>
Gets a value indicating whether the date of cell is Week end in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.Value">
<summary>
Gets the value of the clicked cell date value.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.CalendarCellEventArgs.Text">
<summary>
Gets the value of the clicked cell text.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.NavigatingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.Navigating"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.NavigatingEventArgs.oldRange">
<summary>
Gets the old value which hold the start and end date of the old view.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.NavigatingEventArgs.newRange">
<summary>
Gets the new value which hold the start and end date of the new view
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.NavigatingEventArgs.#ctor(System.Windows.Forms.SelectionRange,System.Windows.Forms.SelectionRange)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.NavigatingEventArgs"/> class.
</summary>
<param name="oldValue">Old collection of selection range values.</param>
<param name="newValue">New collection of selection range values.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.NavigatingEventArgs.OldValue">
<summary>
Gets the old <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDates"/> range of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.NavigatingEventArgs.NewValue">
<summary>
Gets the new <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDates"/> range of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.SelectionChanging"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs.oldDate">
<summary>
Gets the old value of the Selected date
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs.newDate">
<summary>
Gets the new value of the Selected date.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs"/> class.
</summary>
<param name="oldValue">Old selected date.</param>
<param name="newValue">New selected date.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs.OldValue">
<summary>
Gets the old <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs.NewValue">
<summary>
Gets the new <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.SelectionChanged"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.oldDate">
<summary>
Gets the old value of the Selected date
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.newDate">
<summary>
Gets the new value of the Selected date.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.isMultipleDatesSelected">
<summary>
Gets the multiple selection value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs"/> class.
</summary>
<param name="oldValue">Old selected date.</param>
<param name="newValue">New selected date.</param>
<param name="isMultipleSelection">AllowMultipleSelection value.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.OldValue">
<summary>
Gets the old <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.NewValue">
<summary>
Gets the new <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs.IsMultipleDatesSelected">
<summary>
Gets a value indicating whether <see cref="P:Syncfusion.WinForms.Input.SfCalendar.AllowMultipleSelection"/> for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.ViewChanging"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs.oldType">
<summary>
Gets the old value which hold the old calendarViewType.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs.newType">
<summary>
Gets the new value which hold the new CalendarViewType.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs.#ctor(Syncfusion.WinForms.Input.Enums.CalendarViewType,Syncfusion.WinForms.Input.Enums.CalendarViewType)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs"/> class.
</summary>
<param name="oldViewType">Current CalendarViewType of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> </param>
<param name="newViewType">New CalendarViewType of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs.OldViewType">
<summary>
Gets the old <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/> for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> on ViewChanging.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs.NewViewType">
<summary>
Gets or sets a value indicating whether the new <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/> for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> on ViewChanging.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.SelectionChangingEventHandler">
<summary>
Represents the method that handles a <see cref="E:Syncfusion.WinForms.Input.SfCalendar.SelectionChanging"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender">The source of the event</param>
<param name="e">A <see cref="T:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.SelectionChangedEventHandler">
<summary>
Represents the method that handles a <see cref="E:Syncfusion.WinForms.Input.SfCalendar.SelectionChanged"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender">The source of the event</param>
<param name="e">A <see cref="T:Syncfusion.WinForms.Input.Events.SelectionChangingEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.DrawCellEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.DrawCell"/> event of a <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="sender">
<typeparamref name="Syncfusion.WinForms.Input.SfCalendar.WinForms.Input.SfCalendar"/>
The source of the event.</param>
<param name="e">
<typeparamref name="Syncfusion.WinForms.Input.Events.DrawCellEventArgs.WinForms.Input.Events.DrawCellEventArgs"/>
A <see cref="T:Syncfusion.WinForms.Input.Events.DrawCellEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.ToolTipOpening"/> event of a <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="sender">
<typeparamref name="Syncfusion.WinForms.Input.SfCalendar.WinForms.Input.SfCalendar"/>
The source of the event.</param>
<param name="e">
<typeparamref name="Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs.WinForms.Input.Events.ToolTipOpeningEventArgs"/>
A <see cref="T:Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.NavigatingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.WinForms.Input.SfCalendar.Navigating"/> event of a <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="sender">The source of the event</param>
<param name="e">A <see cref="!:Syncfusion.WinForms.Input.Events.NavigateEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ViewChangingEventHandler">
<summary>
Represents the method that handles a <see cref="E:Syncfusion.WinForms.Input.SfCalendar.ViewChanging"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender"> The source of the event </param>
<param name="e">A <see cref="T:Syncfusion.WinForms.Input.Events.ViewChangingEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ValidatingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeValidating"/> event of a <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">The source of the event</param>
<param name="e">A <see cref="T:Syncfusion.WinForms.Input.Events.ValidatingEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventHandler">
<summary>
Delegate for DateTime value changed event handler.
</summary>
<param name="sender">Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format with different editing mode and also allows to set null value.</param>
<param name="e">DateTime value changed event arguments</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ValidatingEventArgs">
<summary>
Provides data for the <see cref="T:Syncfusion.WinForms.Input.Events.ValidatingEventArgs"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ValidatingEventArgs.isError">
<summary>
Gets or sets whether the given date time is error.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ValidatingEventArgs.errorMessage">
<summary>
Gets or sets the error message.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.ValidatingEventArgs.#ctor(System.Boolean,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.ValidatingEventArgs"/> class.
</summary>
<param name="isError">Update whether the given date time is error</param>
<param name="errorMessage">Update the cause of the error.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ValidatingEventArgs.IsError">
<summary>
Gets or sets a value indicating whether the given date time is error.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ValidatingEventArgs.ErrorMessage">
<summary>
Gets or sets the error message to show on the validation failed in <see cref="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeValidating"/> event.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs">
<summary>
Provides data for the <see cref="T:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs"/> event of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs.oldVlaue">
<summary>
Gets or sets old value of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs.newValue">
<summary>
Gets or sets new value of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs"/> class.
</summary>
<param name="oldValue">new value of DateTime</param>
<param name="newValue">old value of DateTime</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs.OldValue">
<summary>
Gets old value of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs.NewValue">
<summary>
Gets new value of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs">
<summary>
Value changed event argument class
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs.old">
<summary>
Gets or sets old value of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs.newValue">
<summary>
Gets or sets new value of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs.#ctor(System.Nullable{System.Double},System.Nullable{System.Double})">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs"/> class.
</summary>
<param name="old">Old value</param>
<param name="newValue">Changed new value</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs.NewValue">
<summary>
Gets new value of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs.OldValue">
<summary>
Gets old value of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.CalendarTransition">
<summary>
Represent the Calendar Transition manager <see cref="T:Syncfusion.WinForms.Input.CalendarTransition"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarTransition.pendingAnimation">
<summary>
holds the pending animation items
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarTransition.backgroundThread">
<summary>
Animator Thread
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarTransition.animationInitializerTimer">
<summary>
Helps to initialize Animation
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarTransition.controlRenderThread">
<summary>
Control displays in animation process
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarTransition.pendingAnimationRequest">
<summary>
holds the list of pending Animation items
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarTransition.interval">
<summary>
Gets or sets the Timer Interval
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.CalendarTransition" /> class
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarTransition.IsShowAnimationCompleted">
<summary>
Gets or sets a value indicating whether the show animation completed
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarTransition.IsHideAnimationCompleted">
<summary>
Gets or sets a value indicating whether the hide animation completed
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarTransition.Interval">
<summary>
Gets or sets the TimerInterval
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarTransition.IsCompleted">
<summary>
Gets a value indicating whether IsCompleted value
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarTransition.TimerInterval">
<summary>
Gets or sets the TimerInterval
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.ShowAnimation(System.Windows.Forms.Control)">
<summary>
Shows the control. As result the control will be shown with animation.
</summary>
<param name="control">Target control</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.HideAnimation(System.Windows.Forms.Control)">
<summary>
Hides the control. As result the control will be hidden with animation.
</summary>
<param name="control">Target control</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.WaitAllAnimations">
<summary>
Waits while all animations will completed.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.WaitAnimation(System.Windows.Forms.Control)">
<summary>
Waits while animation of the control will completed.
</summary>
<param name="animatedControl">Which are components with visual representation</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.AddControlToAnimatioQueue(System.Windows.Forms.Control,Syncfusion.WinForms.Input.Enums.TransitionMode)">
<summary>
Adds the control to animation queue.
</summary>
<param name="control">Which are components with visual representation</param>
<param name="mode">Animation mode</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.ClearAnimationQueue">
<summary>
Clears queue.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.Init">
<summary>
Initialize the Timer
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.Start">
<summary>
Start the thread
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.Timer_Tick(System.Object,System.EventArgs)">
<summary>
Invoke the Timer event based on interval
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.CalendarTransition_Disposed(System.Object,System.EventArgs)">
<summary>
Dispose the Animator class instances
</summary>
<param name="sender">sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.Work">
<summary>
Perform the worker thread
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.CheckRequests">
<summary>
Check result state of controls
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.RepairState(System.Windows.Forms.Control,Syncfusion.WinForms.Input.Enums.TransitionMode)">
<summary>
TO repair animation state
</summary>
<param name="control">control as Control</param>
<param name="mode">mode as AnimateMode</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.DoAnimation(Syncfusion.WinForms.Input.TransitionRequest)">
<summary>
Perform the Animation
</summary>
<param name="item">item as QueueItem</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarTransition.OnCompleted(Syncfusion.WinForms.Input.TransitionRequest)">
<summary>
Completed the animation for queue item
</summary>
<param name="item">Queue Item</param>
</member>
<member name="T:Syncfusion.WinForms.Input.TransitionRequest">
<summary>
<see cref="T:Syncfusion.WinForms.Input.TransitionRequest"/> holds the list of Animation Items
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.TransitionRequest.isprocess">
<summary>
holds whether the Animation is in process
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionRequest.PendingRequest">
<summary>
Gets or sets a value indicating whether holds the pending animation request
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionRequest.TransitionProcessor">
<summary>
Gets or sets a value indicating whether holds the Transition processer items
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionRequest.PendingItemControl">
<summary>
Gets or sets a value indicating whether the animation helper Control
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionRequest.ProcessDateTimeInfo">
<summary>
Gets / Sets the animation process DateTime
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionRequest.TransitionMode">
<summary>
Gets or sets a value indicating whether the Transition mode
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionRequest.IsProcess">
<summary>
Gets or sets a value indicating whether transition thread is in processing
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.TransitionProcessor">
<summary>
Class helps to display Duplicate control in Animation process
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.TransitionProcessor.controlCapturer">
<summary>
Capture control as bitmap
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.TransitionProcessor.transition">
<summary>
Represents the animation
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.#ctor(System.Windows.Forms.Control,Syncfusion.WinForms.Input.Enums.TransitionMode,Syncfusion.WinForms.Input.TransitionHelper,System.Single)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.TransitionProcessor" /> class
</summary>
<param name="control">control as Control</param>
<param name="mode">Animation Mode</param>
<param name="animation">Represents the Animation</param>
<param name="duration">Represents the animation Duration</param>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.AnimatorFrame">
<summary>
Gets or sets the bitmap image as calendar view
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.CurrentTime">
<summary>
Gets the Transition time
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.TransitionMatrix">
<summary>
Gets or sets the TransitionMatrix
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.TransitionControl">
<summary>
Gets the Transition Control helps to animate
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.AnimatedControl">
<summary>
Gets or sets the control which will be animated
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.IsCompleted">
<summary>
Gets a value indicating whether whether the transition is completed
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.TimerInterval">
<summary>
Gets the Transition Interval
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionProcessor.ControlImageCapture">
<summary>
Gets or sets the Transition control as Image
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.Dispose">
<summary>
Dispose the instances
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.Hide">
<summary>
Helps to perform Hide Transition
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.DrawControlTransitionFrame">
<summary>
Helps to draw Transition as Frame by Frame
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.ControlImageTransistion(System.Windows.Forms.Control)">
<summary>
Gets Bitmap For Background Animation
</summary>
<param name="control">which are components with visual representation</param>
<returns>returns a Bitmap image</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.CaptionControlAsImage(System.Windows.Forms.Control)">
<summary>
Helps to prepare screenshot of Control
</summary>
<param name="control">control to be animated</param>
<returns>returns a control image</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.PerformScalingTransition(System.Drawing.Rectangle)">
<summary>
Helps to perform Scale Transition
</summary>
<param name="controlBounds">Stores a set of four integers that represent the location and size of a rectangle</param>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.GenerateFrame">
<summary>
helps to render next frame
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionProcessor.GetBounds">
<summary>
Gets the animated control bounds
</summary>
<returns>Rectangle value</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.TransitionControl">
<summary>
<see cref="T:Syncfusion.WinForms.Input.TransitionControl"/> helps to display animation action of SfCalendar control
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.TransitionControl.controlImage">
<summary>
Holds image of control in animation process
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.TransitionControl.backgroundAnimatorFrame">
<summary>
Holds the backgroundAnimatorFrame
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.TransitionControl.components">
<summary>
Provides functionality for containers. Containers are objects that logically
contain zero or more components.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.TransitionControl" /> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionControl.AnimatedControl">
<summary>
Gets or sets the animated control
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionControl.ControlImage">
<summary>
Gets or sets the ControlImage
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionControl.AnimatorFrame">
<summary>
Gets or sets the Background Animator Frame
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionControl.InitializeParent(System.Windows.Forms.Control,System.Windows.Forms.Padding)">
<summary>
Initialize the parent for Double Bitmap Control
</summary>
<param name="control">Which are components with visual representation</param>
<param name="padding">Represents padding or margin information associated with a user interface</param>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Perform paint event
</summary>
<param name="e">Paint Event Args</param>
</member>
<member name="T:Syncfusion.WinForms.Input.TransitionHelper">
<summary>
Helps to perform Transition Animation
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.TransitionHelper.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.TransitionHelper" /> class
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionHelper.ScaleTransitionHelper">
<summary>
Gets the values for ScaleAnimation
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionHelper.ScaleTransitionCoeffient">
<summary>
Gets or sets the Scale offset for animation
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionHelper.ScaleTransitionInterval">
<summary>
Gets or sets the coerce time value
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionHelper.MinTime">
<summary>
Gets or sets the MinTime for Transition duration
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionHelper.MaxTime">
<summary>
Gets or sets the MaxTime for Transition duration
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.TransitionHelper.Padding">
<summary>
Gets or sets the Padding
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.CalendarButton">
<summary>
Represents the button control that used for Today and None button in footer of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarButton.calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CalendarButton.isbuttonhover">
<summary>
Gets the Boolean value to specify whether CalendarButton is in hover state
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarButton.Font">
<summary>
Overrides the default Font property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarButton.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.CalendarButton"/> class.
</summary>
<param name="calendar">Represents a Windows control that enables the user to select a date using a visual monthly calendar display with easy navigation between different views. This control provide options to mark the special dates and advanced customization options to cells. </param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarButton.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.CalendarButton"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the CalendarButton, when AccessibilityEnabled for SfCalendar is set as true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarButton.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the System.Windows.Forms.ButtonBase.OnMouseMove(System.Windows.Forms.OnMouseMove) event
</summary>
<param name="mevent">A System.Windows.Forms.OnMouseMove that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarButton.OnMouseLeave(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.ButtonBase.OnMouseLeave(System.Windows.Forms.OnMouseLeave) event
</summary>
<param name="eventArgs">A System.Windows.Forms.OnMouseLeave that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the System.Windows.Forms.ButtonBase.OnPaint(System.Windows.Forms.PaintEventArgs) event
</summary>
<param name="e">A System.Windows.Forms.PaintEventArgs that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Cell">
<summary>
This class helps to render calendar cell <see cref="T:Syncfusion.WinForms.Input.Cell"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.specialDate">
<summary>
Holds Special Dates information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.borderBounds">
<summary>
Holds Cell Border bounds
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.text">
<summary>
Holds the Cell Text information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.bounds">
<summary>
Holds the Cell Bounds information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.date">
<summary>
Holds the DateTime information
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.calendar">
<summary>
Holds the SfCalendar control
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Cell.isWeekNumberCell">
<summary>
Checks whether the cell is week number cell.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Cell.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Cell"/> class.
</summary>
<param name="calendar">Represents a Windows control that enables the user to select a date using a visual monthly calendar display with easy navigation between different views. This control provide options to mark the special dates and advanced customization options to cells.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.Calendar">
<summary>
Gets/Sets the SfCalendar control
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.IsWeekNumber">
<summary>
Gets or sets a value indicating whether the cell is a week number cell.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.BackColor">
<summary>
Gets or sets a value indicating whether Checks whether the cell backColor.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.ForeColor">
<summary>
Gets or sets a value indicating whether Checks whether the cell foreColor.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.Font">
<summary>
Gets or sets a value indicating whether Checks whether the cell font.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.HoverColor">
<summary>
Gets or sets a value indicating whether Checks whether the cell HoverColor.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.SelectedBoderColor">
<summary>
Gets or sets a value indicating whether checks whether the cell selectedHoverColor.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.BorderBounds">
<summary>
Gets or sets a value indicating whether the Border Bounds
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.SpecialDate">
<summary>
Gets or sets a value indicating whether the Special Date information
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.IsTodayDate">
<summary>
Gets a value indicating whether the cell is Today cell
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.Bounds">
<summary>
Gets or sets a value indicating whether the Cell bounds
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.Date">
<summary>
Gets or sets a value indicating whether the DateTime
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.Text">
<summary>
Gets or sets a value indicating whether the Cell Text
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.IsSpecialDate">
<summary>
Gets a value indicating whether the cell date is a special date.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.IsSelectedDate">
<summary>
Gets a value indicating whether the cell date is a selected date
</summary>
<param name="date">Value of the DateTime</param>
<returns>True, if the cell date is selected date.</returns>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.IsBlackoutDate">
<summary>
Gets a value indicating whether the cell date is a blackout date.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Cell.IsActive">
<summary>
Gets a value indicating whether the cell date is a Active date.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.CellRenderer">
<summary>
All the information about the cell is stored in this cell renderer.
</summary>
<summary>
All the information about the cell is stored in this cell renderer.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.NUMBEROFWEEKSINYEAR">
<summary>
Holds maximum number of weeks
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.ROWS">
<summary>
Holds the number of rows in Year, Century and Decade view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.TOUCHROWS">
<summary>
Holds the number of rows in Year, Century and Decade view for Touch view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.COLUMNS">
<summary>
Holds the number of columns in Year, Century and Decade view
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.cellBounds">
<summary>
Holds the bounds of Calendar Cells for Month, Year, Century and Decade View modes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.CellRenderer.cellDates">
<summary>
Holds Current month DateTime information for DayView in CalendarGrid.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.CellRenderer'/> class.
</summary>
<param name="calendar"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.CellRenderer.CellDates">
<summary>
Gets the Date information for Day view in <see cref="T:Syncfusion.WinForms.Input.CalendarGrid"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CellRenderer.CellBounds">
<summary>
Gets or sets the bounds of Calendar Cells for Month, Year, Century and Decade View modes.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.CalculateDayBounds(System.Int32,System.Int32)">
<summary>
Helps to create Bounds for Month View
</summary>
<param name="width">Width of the Grid Control.</param>
<param name="height">Height of the Grid Control.</param>
<returns>The rectangle to create a Grid.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.CalculateDayBoundsInTouch(System.Int32,System.Int32)">
<summary>
Helps to create Bounds for Month View in Touch.
</summary>
<param name="width">Width of the Grid Control.</param>
<param name="height">Height of the Grid Control.</param>
<returns>The rectangle to create a Grid.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.InitializeCell(System.Int32,System.Int32,Syncfusion.WinForms.Input.Cell@,Syncfusion.WinForms.Input.Enums.CalendarViewType,Syncfusion.WinForms.Input.CalendarGrid)">
<summary>
Helps to initialize the Cell bounds
</summary>
<param name="row">Row Index</param>
<param name="column">Column Index</param>
<param name="cell">Calendar Cell</param>
<param name="viewType">SfCalendar ViewType</param>
<param name="grid">SfCalendar CalendarGrid</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.CreateMonthView(System.DateTime)">
<summary>
This function helps to create Month view
</summary>
<param name="currentMonthDate">The current day from where the grid to be filled.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.CreateMonthViewInTouch(System.DateTime)">
<summary>
Create Month view in Touch Swipe actions
</summary>
<param name="datCurrent">The current day from where the grid to be filled.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.CalculateCalendarViewBounds(System.Int32,System.Int32)">
<summary>
Helps to generates Calendar Cell bounds for Year, Century and Decade views.
</summary>
<param name="width">Width of the cell</param>
<param name="height">Height of the cell</param>
<returns>Calendar View bounds</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.CellRenderer.CalculateCalendarViewBoundsInTouch(System.Int32,System.Int32)">
<summary>
Helps to generates Calendar Cell bounds based on SfCalendar bounds for Touch View.
</summary>
<param name="width">Width of the Control.</param>
<param name="height">Height of the Control.</param>
<returns>Calendar View Bounds</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility"/> class provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.#ctor(Syncfusion.WinForms.Input.SfCalendar)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility'/> class.
</summary>
<param name="calendar"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.State">
<summary>
Gets the state of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> which is used by accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.Value">
<summary>
Gets the Value of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.Role">
<summary>
Gets the accessible role of the control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.Name">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.Description">
<summary>
Gets the Description of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.Parent">
<summary>
Gets the parent control of the accessible object.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.CalendarAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x"> Horizontal screen coordinate.</param>
<param name="y"> Vertical screen coordinate.</param>
<returns>
<para> An System.Windows.Forms.AccessibleObject that represents the child object at./// </para>
<para> the given screen coordinates.This method returns the calling object if the object./// </para>
<para> itself is at the location specified.Returns null if no object is at the tested location./// </para>
</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility"/> class provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.dateTimeEdit">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.#ctor(Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility"/> class.
</summary>
<param name="dateTimeEdit"><see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> which needs to be used for accessibility application.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.Name">
<summary>
Gets the Name of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.Bounds">
<summary>
Gets the Bounds of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.Parent">
<summary>
Gets the Parent of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> which is used by Accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.Description">
<summary>
Gets or sets the DateTimeText of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.Value">
<summary>
Gets or sets the DateTimeText of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.DateTimeEditAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x"> Horizontal screen coordinate.</param>
<param name="y"> Vertical screen coordinate.</param>
<returns>
<para> An System.Windows.Forms.AccessibleObject that represents the child object at./// </para>
<para> the given screen coordinates.This method returns the calling object if the object./// </para>
<para> itself is at the location specified.Returns null if no object is at the tested location./// </para>
</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility"/> class provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.editingTextBox">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.#ctor(Syncfusion.WinForms.Input.EditingTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility"/> class.
</summary>
<param name="editingTextBox"><see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> which needs to be used for accessibility application.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.Name">
<summary>
Gets the Name of the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.Bounds">
<summary>
Gets the Bounds of the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.Description">
<summary>
Gets the description of the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> ControlAccessibleObject.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.Parent">
<summary>
Gets the Parent of the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> which is used by Accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.Value">
<summary>
Gets or sets the DateTimeText of the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.EditingTextBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x"> Horizontal screen coordinate.</param>
<param name="y"> Vertical screen coordinate.</param>
<returns>
<para> An System.Windows.Forms.AccessibleObject that represents the child object at./// </para>
<para> the given screen coordinates.This method returns the calling object if the object./// </para>
<para> itself is at the location specified.Returns null if no object is at the tested location./// </para>
</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> class provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.dropdown">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> button.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.#ctor(Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility"/> class.
</summary>
<param name="dropdown"><see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> which needs to be used for accessibility application.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.Name">
<summary>
Gets the Name of the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.Bounds">
<summary>
Gets the Bounds of the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.Parent">
<summary>
Gets the Parent of the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> which is used by Accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.DropDownButtonAccessibility.KeyboardShortcut">
<summary>
Gets the object shortcut key or access key for an accessible object.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility">
<summary>
The <see cref="T:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility"/> class provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility.updownbutton">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/> button.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility.#ctor(Syncfusion.WinForms.Input.Buttons.UpDownButton)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility"/> class.
</summary>
<param name="updownbutton"><see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/> which needs to be used for accessibility application.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility.Name">
<summary>
Gets the Name of the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility.Bounds">
<summary>
Gets the Bounds of the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/> which is used by Accessibility program
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.UpDownButtonAccessibility.Parent">
<summary>
Gets the Parent of the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/> which is used by Accessibility program.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility">
<summary>
Represents a class that used to specify the accessibility object of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.numericTextBox">
<summary>
Instance for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.#ctor(Syncfusion.WinForms.Input.SfNumericTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility"/> class.
</summary>
<param name="owner"><see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> which needs to be used for accessibility application.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Role">
<summary>
Gets the accessible role of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Name">
<summary>
Gets the name of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> which is used by accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.State">
<summary>
Gets the state of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> which is used by accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Parent">
<summary>
Gets the parent of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> which is used by accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Description">
<summary>
Gets the description of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control used by the accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Help">
<summary>
Gets the description of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Bounds">
<summary>
Gets the Bounds of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> which is used by accessibility program.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.Value">
<summary>
Gets or sets the text of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Accessibility.NumericTextBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The Horizontal screen coordinates</param>
<param name="y">The vertical screen coordinates</param>
<returns> An System.Windows.Forms.AccessibleObject that represents the child object at
the given screen coordinates. This method returns the calling object if the object
itself is at the location specified. Returns null if no object is at the tested location.
</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.SpecialDate">
<summary>
Represents a class that contains the information to customize the corresponding date cell for special dates in SfCalendar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.backColor">
<summary>
Gets or sets the BackColor for the Special Date
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.dateTimeValue">
<summary>
Gets or Sets the DateTime for SpecialDate
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.description">
<summary>
Gets or sets the Description for the Special Date.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.foreColor">
<summary>
Gets or sets the ForeColor for the Special Date
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.image">
<summary>
Gets or sets the image for the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.font">
<summary>
Gets or sets the Font for the Special Date.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.isDateVisible">
<summary>
Gets or sets the value whether the Date Text will be visible and the Image will be drawn at center of cell if Value is False.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.imageBounds">
<summary>
Gets or sets the image bounds of the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.textBounds">
<summary>
Gets or sets the text bounds of the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.textAlignment">
<summary>
Gets or sets the alignment of the text in <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.imageAlignment">
<summary>
Gets or sets the alignment of the image in <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SpecialDate.textImageRelation">
<summary>
Gets or sets the text image relationship of the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SpecialDate.#ctor">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.SpecialDate'/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.BackColor">
<summary>
Gets or sets the Background color for the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.Value">
<summary>
Gets or sets the value for <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.ForeColor">
<summary>
Gets or sets the foreground color for the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.Image">
<summary>
Gets or sets the image for the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.Font">
<summary>
Gets or sets the font used to draw <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.IsDateVisible">
<summary>
Gets or sets a value indicating whether the Date Text will be visible in <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.Description">
<summary>
Gets or sets the description for <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.TextAlign">
<summary>
Gets or sets the alignment of date text in <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.ImageAlign">
<summary>
Gets or sets the alignment of image in <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.TextImageRelation">
<summary>
Gets or sets the alignment of date text and image relative to each other in <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.ImageBounds">
<summary>
Gets or sets the image bounds of the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SpecialDate.TextBounds">
<summary>
Gets or sets the text bounds of the <see cref="T:Syncfusion.WinForms.Input.SpecialDate"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SpecialDate.Dispose">
<summary>
Releases all resources used by this System.Drawing.Font.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SpecialDate.Dispose(System.Boolean)">
<summary>
Releases all resources used by this System.Drawing.Font.
</summary>
<param name="disposing"> Dispose the resources used by Font.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.CalendarPopupWindow">
<summary>
Represent the CalendarPopupWindow <see cref="T:Syncfusion.WinForms.Input.CalendarPopupWindow"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.#ctor(Syncfusion.WinForms.Input.SfCalendar,Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.CalendarPopupWindow'/> class
</summary>
<param name="calendar"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.</param>
<param name="dateTime"><see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarPopupWindow.Calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.CalendarPopupWindow.DateTimeEdit">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.ShowPopup">
<summary>
Show the popup window with the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.HidePopup">
<summary>
Hides the Popup
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs)">
<summary>
Occurs when Popup is closing
</summary>
<param name="e"> Provides data for the System.Windows.Forms.ToolStripDropDown.Closing event.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.OnOpened(System.EventArgs)">
<summary>
Occurs when Popup is opened
</summary>
<param name="e">opened EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs)">
<summary>
Occurs when Popup is Closed
</summary>
<param name="e">ToolStrip DropDownClosedEventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new System.Windows.Forms.Control.Left property value of the control.</param>
<param name="y">The new System.Windows.Forms.Control.Top property value of the control.</param>
<param name="width">The new System.Windows.Forms.Control.Width property value of the control.</param>
<param name="height">The new System.Windows.Forms.Control.Height property value of the control.</param>
<param name="specified">A bitwise combination of the System.Windows.Forms.BoundsSpecified values.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.OnSizeChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.SizeChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.CalendarPopupWindow.Dispose(System.Boolean)">
<summary>
Disposes PopupControl
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Buttons.UpDownButton">
<summary>
This class helps to render Up down button in<see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Buttons.UpDownButton.dateTimeEdit">
<summary>
Define the control
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.#ctor(Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton" /> class.
</summary>
<param name="control">The parent control</param>
</member>
<member name="E:Syncfusion.WinForms.Input.Buttons.UpDownButton.DownButtonClick">
<summary>
Down Button click event
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.Buttons.UpDownButton.UpButtonClick">
<summary>
Up Button click event
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Buttons.UpDownButton.IsUpButtonHighlighted">
<summary>
Gets or sets a value indicating whether IsUp focus of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Buttons.UpDownButton.IsDownButtonHighlighted">
<summary>
Gets or sets a value indicating whether IsUp focus of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Buttons.UpDownButton.UpButtonBounds">
<summary>
Gets or sets a value indicating whether Up button bounds
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Buttons.UpDownButton.DownButtonBounds">
<summary>
Gets or sets a value indicating whether down button bounds
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.DrawFontIcons(System.Drawing.Graphics,Syncfusion.Windows.Forms.Helper.IconFontHelper.IconFont,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draw the font icons
</summary>
<param name="g">Graphics element</param>
<param name="fontIcon">IconFont from font helper</param>
<param name="rect">Up and Down buttons rectangle</param>
<param name="color">Up and Down button color based on state</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.GetPoint(System.Drawing.Rectangle,System.Drawing.SizeF)">
<summary>
Returns the point in which the font icon need to be drawn.
</summary>
<param name="rect">The rectangle in which the font icon need to be drawn</param>
<param name="size">The font icon size</param>
<returns>Returns the point in which the font icon need to be drawn</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.UpDownButtonRenderer(System.Drawing.Graphics)">
<summary>
To render scroll button Hover Color
</summary>
<param name="g">Graphics element</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the <see cref="T:Syncfusion.WinForms.Input.Buttons.UpDownButton"/>, when AccessibilityEnabled for SfDateTimeEdit is set as true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paint Event
</summary>
<param name="e">The point event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.OnMouseLeave(System.EventArgs)">
<summary>
Event will be triggers when the mouse down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="e">An event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggers when the mouse down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="e">The mouse event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggers when the mouse down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="e">MouseEventArgs that contains the mouse event data</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggers when the mouse down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="e">MouseEventArgs that contains the mouse event data</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.UpDownButton.OnSizeChanged(System.EventArgs)">
<summary>
Event will be triggers when the size changed in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="e">An event arguments</param>
</member>
<member name="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton">
<summary>
<see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> is a control which helps to popup the calendar in the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.dateTimeEdit">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.#ctor(Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/> class.
</summary>
<param name="dateTime">The parent control</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.DrawCalendarFontIcons(System.Drawing.Graphics,Syncfusion.Windows.Forms.Helper.IconFontHelper.IconFont,System.Drawing.Rectangle,System.Drawing.SolidBrush)">
<summary>
Draw the font icons
</summary>
<param name="g">Graphics element</param>
<param name="fontIcon">IconFont from font helper</param>
<param name="rect">Up and Down buttons rectangle</param>
<param name="color">Up and Down button color based on state</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.GetCalendarPoint(System.Drawing.Rectangle,System.Drawing.SizeF)">
<summary>
Returns the point in which the font icon need to be drawn.
</summary>
<param name="rect">The rectangle in which the font icon need to be drawn</param>
<param name="size">The font icon size</param>
<returns>Returns the point in which the font icon need to be drawn</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.GetColorMatrix(System.Drawing.Color)">
<summary>
Gets the color matrix for ForeColor of dropdown
</summary>
<param name="forecolor">fore color of button</param>
<returns>Return fore color of button</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.DropDownButtonOnPaint(System.Drawing.Graphics)">
<summary>
Paints the dropdown arrow in the <see cref="!:Input.CalendarDropDownButton"/>.
</summary>
<param name="g">Graphics element</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the System.Windows.Forms.ButtonBase.OnPaint(System.Windows.Forms.PaintEventArgs) event.
</summary>
<param name="paintevent">A System.Windows.Forms.PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the <see cref="T:Syncfusion.WinForms.Input.Buttons.CalendarDropDownButton"/>, when AccessibilityEnabled for SfDateTimeEdit is set as true</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.SfDateTimeEditParser">
<summary>
<see cref="T:Syncfusion.WinForms.Input.SfDateTimeEditParser"/> is a class used to separate the date time text into separate fields.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEditParser.pattern">
<summary>
Gets the pattern of the DateTime.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEditParser.groupNames">
<summary>
Gets the group names of DateTime fields.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEditParser.regex">
<summary>
Gets or sets the regular expression of the current DateTime text.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEditParser.#cctor">
<summary>
Initializes static members of the <see cref='T:Syncfusion.WinForms.Input.SfDateTimeEditParser'/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEditParser.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEditParser"/> class and prevents a default instance of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEditParser" /> class from being created.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEditParser.Parse(System.String)">
<summary>
Parse the given string and returns the collection of DateTimeField values.
</summary>
<param name="s">Text that needs to be parsed.</param>
<returns>Return the FieldDefinitionCollection of the given string.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEditParser.GetFieldDefinition(System.Text.RegularExpressions.GroupCollection)">
<summary>
Gets the field definition from the group collection.
</summary>
<param name="gc">Group collection of the field.</param>
<returns>Returns DateTimeInfo from the field definition collection.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEditParser.CreateFieldType(System.String,System.String)">
<summary>
Create the field type from the <see cref="M:Syncfusion.WinForms.Input.SfDateTimeEditParser.GetFieldDefinition(System.Text.RegularExpressions.GroupCollection)"/>
</summary>
<param name="groupName">Group name of the field</param>
<param name="value">Format that has been separated</param>
<returns>Returns the DateTimeInfo of the field type when creating the field type.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Helpers.DateTimeHelper">
<summary>
DateTimeHelper class used to validate the date time fields.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.ValidateMinMaxDateTime(System.Nullable{System.DateTime},System.DateTime,System.DateTime)">
<summary>
Checks whether the specified value is within the specified range.
</summary>
<param name="value">DateTime value to be checked.</param>
<param name="minDate">Gets the minimum value that needs to be checked with value.</param>
<param name="maxDate">Gets the maximum value that needs to be checked with value.</param>
<returns>True if the value is acceptable according to the min-max range.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.ValidatewithBlackoutDate(System.DateTime,System.Collections.Generic.List{System.DateTime})">
<summary>
Checks whether the BlackoutDates contains the DateTime value
</summary>
<param name="value">DateTime value to be checked.</param>
<param name="blckoutDates">Gets the collection of Blackout dates to check with value.</param>
<returns> Returns if the value is in Blackout dates collection.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.ResetWithMinMaxDate(System.Nullable{System.DateTime},System.DateTime,System.DateTime)">
<summary>
Reset the date time by validating the Minimum and Maximum date value.
</summary>
<param name="value">Value of the DateTime</param>
<param name="minDate">Minimum value of the DateTime</param>
<param name="maxDate">Maximum value of the DateTime</param>
<returns>Returns the date time value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IsNumber(System.String)">
<summary>
Validate the given text and ensure whether the given text is number.
</summary>
<param name="text">Gets the text to be validated</param>
<returns>Returns false if the given text is not a number</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.ValidateDateTime(System.String,System.String,System.Globalization.CultureInfo)">
<summary>
Validate the DateTime format.
</summary>
<param name="dateTimeString">Gets the date time as string</param>
<param name="stringFormat">Gets the string format of the date that has to be validated</param>
<param name="culture">Gets the culture and test the string in the given format</param>
<returns>Returns whether the given date string is valid or not</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.GetFormatString(System.Globalization.CultureInfo,Syncfusion.WinForms.Input.Enums.DateTimePattern,System.String)">
<summary>
Gets the string pattern for the given DateTimePattern.
</summary>
<param name="culture">The culture of the DateTime.</param>
<param name="dateTimePattern">The date time pattern.</param>
<param name="customPattern">The custom pattern.</param>
<returns>The string format of the given DateTimePattern</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IncrementYear(System.DateTime,System.Int32)">
<summary>
Increment the year field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfYears">Total number of years should be increased.</param>
<returns>DateTime with incremented year value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.DecrementYear(System.DateTime,System.Int32)">
<summary>
Decrement the year field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfYears">Total number of years should be decreased.</param>
<returns>DateTime with decremented year value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IncrementMonth(System.DateTime,System.Int32)">
<summary>
Increment the month field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfMonths">Total number of months should be increased.</param>
<returns>DateTime with incremented month value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.DecrementMonth(System.DateTime,System.Int32)">
<summary>
Decrement the month field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfMonths">Total number of months should be decreased.</param>
<returns>DateTime with decremented month value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IncrementDay(System.DateTime,System.Int32)">
<summary>
Increment the day field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfDays">Total number of days should be increased.</param>
<returns>DateTime with incremented day value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.DecrementDay(System.DateTime,System.Int32)">
<summary>
Decrement the day field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfDays">Total number of days should be decreased.</param>
<returns>DateTime with decremented day value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IncrementHour(System.DateTime,System.Int32)">
<summary>
Increment the hour field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfHours">Total number of hours should be increased</param>
<returns>DateTime with incremented hour value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.DecrementHour(System.DateTime,System.Int32)">
<summary>
Decrement the hour field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfHours">Total number of hours should be decreased.</param>
<returns>DateTime with decremented hours value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IncrementMinute(System.DateTime,System.Int32)">
<summary>
Increment the minute field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfMinutes">Total number of minutes should be increased</param>
<returns>DateTime with incremented minute value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.DecrementMinute(System.DateTime,System.Int32)">
<summary>
Decrement the minute field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfMinutes">Total number of minutes should be decreased.</param>
<returns>DateTime with decremented minutes value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.IncrementSecond(System.DateTime,System.Int32)">
<summary>
Increment the seconds field for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfSeconds">Total number of seconds should be increased</param>
<returns>DateTime with incremented seconds value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.DecrementSecond(System.DateTime,System.Int32)">
<summary>
Decrement the year seconds for the given DateTime value.
</summary>
<param name="value">DateTime value that year needs to be changed.</param>
<param name="numberOfSeconds">Total number of seconds should be decreased.</param>
<returns>DateTime with decremented seconds value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.ChangeMeridiemFormat(System.DateTime)">
<summary>
Change the value of the AM and PM format for the given DateTime.
</summary>
<param name="value">DateTime value that Meridiem format needs to be changed.</param>
<returns>DateTime value with modified AM or PM format.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.DateTimeHelper.MeasureStringWidth(System.Drawing.Graphics,System.String,System.Drawing.Font)">
<summary>
Measure the width of the text.
</summary>
<param name="graphics">Graphics used to measure the width of the text</param>
<param name="text">Text width that has to be calculated.</param>
<param name="font">Font that has been used to draw the text.</param>
<returns>Width of the given text.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase">
<summary>
Helper class which contain all operation engine for <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.GetValue(System.Nullable{System.Double},System.Double,System.Double,System.Nullable{System.Double},Syncfusion.WinForms.Input.Enums.ValidationMode,Syncfusion.WinForms.Input.Enums.ValidationResetOption)">
<summary>
Sets the value of the Numeric textbox by checking the MinMax validation
</summary>
<param name="value">Value of the Numeric textbox </param>
<param name="minimumValue">Minimum Value of the Numeric textbox</param>
<param name="maximumValue">Maximum Value of the Numeric textbox</param>
<param name="resetValue">Previous Value of the Numeric textbox</param>
<param name="mode">ValidationMode of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/></param>
<param name="lostFocus">Contains information about the Lost focus validation</param>
<returns>Double value for the Numeric textBox</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.GetValue(System.Nullable{System.Double},System.Double,System.Double)">
<summary>
Sets the value of the Numeric textbox by checking the MinMax validation
</summary>
<param name="value">Value of the Numeric textbox </param>
<param name="minimumValue">Minimum Value of the Numeric textbox</param>
<param name="maximumValue">Maximum Value of the Numeric textbox</param>
<returns>Double value for the Numeric textBox</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.IsMinimum(System.Double,System.Double)">
<summary>
Check for the Maximum value
</summary>
<param name="minimumValue">Minimum Value of the Numeric textbox</param>
<param name="maximumValue">Maximum Value of the Numeric textbox</param>
<returns>Validates the Maximum value and returns true if the value is greater than Minimum value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.RemoveFormatting(System.String,System.Globalization.NumberFormatInfo,Syncfusion.WinForms.Input.Enums.FormatMode,System.Nullable{System.Double},System.String,System.String)">
<summary>
To remove the format of the Text
</summary>
<param name="text">Current Text</param>
<param name="numberFormatInfo">Number format info</param>
<param name="formatMode">Specifies the mode to be displayed</param>
<param name="value">Value of the control</param>
<param name="prefix">String to prepend</param>
<param name="suffix">String to append</param>
<returns>Returns the unformatted text</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.RemoveTrailingZeroes(System.String,System.String)">
<summary>
Remove the trailing zeroes
</summary>
<param name="text">String to remove the trailing zeroes</param>
<param name="decimalSeparator">Decimal separator</param>
<returns>Trailing zeroes removed string</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.GetIntermediateFormatText(System.String,System.Double,System.Globalization.NumberFormatInfo,System.String)">
<summary>
Intermediate Text for Key press
</summary>
<param name="intermediateText">Text of the NumericTextBox</param>
<param name="intermediateValue">Value of the NumericTextBox</param>
<param name="numberFormatInfo">Number format</param>
<param name="decimalSeparator">Decimal separator</param>
<returns>Formatted string</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.IsValidCharacter(System.Char)">
<summary>
Check whether the given value is valid
</summary>
<param name="inputCharacter">Given input character</param>
<returns>True, if the character is valid.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.CheckValue(System.Nullable{System.Double},System.Double,System.Double)">
<summary>
Check for valid value
</summary>
<param name="value">Value for TextBox</param>
<param name="minValue">Minimum value</param>
<param name="maxValue">Maximum value</param>
<returns>Returns true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.IncreaseValue(System.Double,System.Double)">
<summary>
Increases the value by 1 and returns the value
</summary>
<param name="currentValue">Value of the Textbox</param>
<param name="maxValue">Maximum value</param>
<returns>Returns incremented value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.DecreaseValue(System.Double,System.Double)">
<summary>
Decreases the value by 1 and returns the value
</summary>
<param name="currentValue">Value of the Textbox</param>
<param name="minValue">Minimum value</param>
<returns>Returns incremented value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.DeleteCharacter(System.Int32,System.Int32,System.String,System.String)">
<summary>
Deletes the specified character
</summary>
<param name="startPosition">Start position of the text to be deleted</param>
<param name="endPosition">End position of the text to be deleted</param>
<param name="text">Entire text in the textbox</param>
<param name="decimalSeparator">Decimal Separator</param>
<returns>Returns the string after deleting the particular string</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.ValueModification(System.String,System.Int32,System.Int32,System.Int32,System.String)">
<summary>
Handles the backspace key.
</summary>
<param name="text">Text contains in the textbox</param>
<param name="selectionStart">Selection start of the text</param>
<param name="selectionLength">Selection length of the text</param>
<param name="keyData">Entered key data</param>
<param name="decimalSeparator">Decimal Separator</param>
<returns>True, if the Backspace is handled by this class</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.GetFormattedText(System.String,System.String,System.Double,System.Globalization.NumberFormatInfo,System.Boolean,Syncfusion.WinForms.Input.Enums.FormatMode)">
<summary>
Gets the formatted text using number format info.
</summary>
<param name="prefix">String to prepend</param>
<param name="suffix">String to append</param>
<param name="value"><see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> value.</param>
<param name="format">Number format info</param>
<param name="hideTrailingZeros"><see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> hide trailing zeros.</param>
<param name="mode">Specifies the mode for displaying</param>
<returns>Formatted text.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.CursorPosition(System.String,System.String,System.Int32,System.String,System.Int32)">
<summary>
Position of the cursor after modification.
</summary>
<param name="text">Current text</param>
<param name="previousText">Previous text before editing</param>
<param name="previousStartPosition">Previous position</param>
<param name="numberDecimalSeparator">Decimal Separator</param>
<param name="keyData">Pressed key information</param>
<returns>Returns the position of the cursor</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.RemovePrefixSuffix(System.String,System.String,System.Boolean)">
<summary>
Removes the prefix and suffix string from the current string
</summary>
<param name="formattedString">Formatted string</param>
<param name="textToRemove">Prefix or Suffix string</param>
<param name="front">Either to remove prefix or suffix</param>
<returns>Unformatted string</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.SetPrefixSuffix(System.String,System.String,System.String)">
<summary>
Appends or Prepends the string to the current text.
</summary>
<param name="prefix">String to prepend</param>
<param name="suffix">String to append</param>
<param name="displayText">Current text</param>
<returns>Formatted text with prefix and suffix</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.InsertCharacter(System.Int32,System.String,System.Int32)">
<summary>
Inserts the character at the position
</summary>
<param name="selectionStart">Insert position of the text</param>
<param name="text">Current text</param>
<param name="keydata">Entered character</param>
<returns>Returns the text with the pressed character inserted</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.GetDecimalSeparator(Syncfusion.WinForms.Input.Enums.FormatMode,System.Globalization.NumberFormatInfo)">
<summary>
Gets the decimal separator from <see cref="T:Syncfusion.WinForms.Input.Enums.FormatMode"/> and <see cref="T:System.Globalization.NumberFormatInfo"/>.
</summary>
<param name="formatMode">Format mode of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.</param>
<param name="numberFormat">NumberFormat mode of <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.</param>
<returns>Number format decimal separator.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.GetPreviousTextPosition(System.Int32,System.String,System.Int32,System.Boolean)">
<summary>
Gets the previous caret index of the current position
</summary>
<param name="selectionStart">Position of the caret.</param>
<param name="currentText">Text in the textbox.</param>
<param name="selectionLength">Length of the selection.</param>
<param name="deleteKeyPressed">Ensure delete key is pressed.</param>
<returns>Previous caret index of the current position</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.Helpers.NumberTextBoxBase.ApplyFormatting(System.Double,System.Globalization.NumberFormatInfo,System.Boolean,Syncfusion.WinForms.Input.Enums.FormatMode)">
<summary>
Apply the number format to the given value
</summary>
<param name="unformattedText">Raw text without formatting</param>
<param name="numberFormat">Number format info</param>
<param name="hideTrailingZeros">Specifies whether trailing zeroes need to hide</param>
<param name="formatMode">Specifies the mode for displaying</param>
<returns>Returns formatted text</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.SfDateTimeEdit">
<summary>
Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format. It offers different editing mode and also allows to set null value.
</summary>
<remarks>
The <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control makes it easy to work with dates and times because it handles a lot of the data validation automatically.
</remarks>
<example>
<para> This example shows how to initialize the SfDateTimeEdit control.</para>
<code lang="C#">
// Create a new SfDateTimeEdit control and initialize it.
SfDateTimeEdit sfDateTimeEdit1 = new SfDateTimeEdit();
// Configure control to allow null value
sfDateTimeEdit1.AllowNull = true;
// Set the MinDate and MaxDate.
sfDateTimeEdit1.MinDateTime = new DateTime(2017, 1, 1);
sfDateTimeEdit1.MaxDateTime = new DateTime(2019, 12, 31);
// Set the CustomFormat string.
sfDateTimeEdit1.Format = "MMMM - dd - yyyy"; /// sfDateTimeEdit1.DateTimePattern = DateTimePattern.Custom;
// Display the control as an up-down control.
sfDateTimeEdit1.ShowUpDown = true;
</code>
</example>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.rightToLeft">
<summary>
Holds the Right To Left
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.monthCount">
<summary>
Maximum number of months.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.align">
<summary>
Holds the PopupAlignment
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.style">
<summary>
Stores the value of the VisualStyle property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.errorProvider">
<summary>
Gets or sets the error provider for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.valueBeforeNull">
<summary>
Holds the value before the value changed to null.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.dateStringFormat">
<summary>
Gets or sets the date time string format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.culture">
<summary>
Gets or sets the CultureInfo of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.days">
<summary>
Gets the days of the week.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.abbreviatedDays">
<summary>
Gets the days of the week in abbreviated form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.months">
<summary>
Gets the months of the year.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.abbreviatedMonths">
<summary>
Gets the months of the year in abbreviated form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.minDateTime">
<summary>
Gets or sets the minimum value that can be set for the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.fields">
<summary>
Gets or sets the fields of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.maxDateTime">
<summary>
Gets or sets the maxValue of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingMode">
<summary>
Gets or sets the DateTimeEditingMode of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.dateTimePattern">
<summary>
Gets or sets the DateTimePattern.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.watermarkText">
<summary>
Gets or sets the none date text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.format">
<summary>
Gets or sets the format of the DateTime.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.interceptArrowKeys">
<summary>
Variable for holding Key Navigation option
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox">
<summary>
Gets or sets a value indicating whether TextBox used to display the date time text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.updownButton">
<summary>
Local variable for up down button
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.showUpDownButton">
<summary>
Variable for holding UpDown Button
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.showDropDown">
<summary>
Variable for holding DropDown Button
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.dateTimeValue">
<summary>
Gets of sets the value of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.autoForwarding">
<summary>
Gets or sets a value indicating whether after the completion of a field the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> advances to the next field.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.readOnly">
<summary>
Gets or sets a value indicating whether <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/> in is read-only.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.allowNull">
<summary>
Gets or sets a value indicating whether null value can be assigned to <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.accessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable its Accessibility support.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.validationOption">
<summary>
Gets or Sets the validation option of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>. If the validation failed, resets the value property to the previous Value or MinDateTime or MaxDateTime
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.allowValueChangeOnMouseWheel">
<summary>
Update the value of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> on MouseWheel
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.selectedField">
<summary>
Gets or sets the selected field of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.dropDownButtonWidth">
<summary>
Gets or sets the width of the DropDown button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.popupWindow">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.CalendarPopupWindow"/> of the calendar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.calendar">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.dropDownPopupAlignment">
<summary>
Gets or sets the DropDownPopup Alignment.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.dropDown">
<summary>
Gets or sets the Visibility of Popup Window
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.appliedForeColor">
<summary>
Holds the applied ForeColor.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.controlGraphics">
<summary>
It maintains the control graphics.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfDateTimeEdit.scaleFactor">
<summary>
Holds the dpi scaling factor
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.#ctor">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.SfDateTimeEdit'/> class.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownOpened">
<summary>
Occurs when the DropDown Calendar opened.
</summary>
<remarks>
DropDown calendar get open when click on the DropDown icon in SfDateTimeEdit or by press ALT + DOWN arrow keys.
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownOpening">
<summary>
Occurs before open the DropDown Calendar.
</summary>
<remarks>
DropDown calendar get open when click on the DropDown icon in SfDateTimeEdit or by press ALT + DOWN arrow keys.
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownClosing">
<summary>
Occurs before close the DropDown Calendar.
</summary>
<remarks>
DropDown calendar will get close when DropDown calendar control lost its focus by press on any other control or after pick the selected date from DropDown calendar for SfDateTimeEdit. DropDown Calendar will get close even we press the below combinations.
3. ALT + Down
4. ALT + UP
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownClosed">
<summary>
Occurs when the DropDown Calendar is closed.
</summary>
<remarks>
DropDown calendar will get close when DropDown calendar control lost its focus by press on any other control or after pick the selected date from DropDown calendar for SfDateTimeEdit. DropDown Calendar will get close even we press the below combinations.
1. ALT + Down
2. ALT + UP
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.ValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> changed.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeValidating">
<summary>
Occurs before <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> property change
</summary>
<remarks>
Value change occurs press Enter key after complete editing or Pick the date from the DropDown Calendar
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfDateTimeEdit.ThemeChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Font">
<summary>
Overrides the base class font property.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownSize">
<summary>
Gets or sets a size of DropDown Popup Calendar in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.InterceptArrowKeys">
<summary>
Gets or sets a value indicating whether the user can use the ARROW keys to change values and navigate between date time fields in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<remarks>
Set InterceptArrowKeys to <b>false</b> restrict Up and Down Arrow keys to change the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> and Right and Left Arrow keys to navigate between date time fields of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ShowUpDown">
<summary>
Gets or sets a value indicating whether the UpDown buttons are visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownPopupAlignment">
<summary>
Gets or sets a side value that indicating DropDown Popup alignment relative to the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ShowDropDown">
<summary>
Gets or sets a value indicating whether the DropDown button visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownButtonWidth">
<summary>
Gets or sets the width of the DropDownButton in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.MonthCalendar">
<summary>
Gets the DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> used to pick the date for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeText">
<summary>
Gets or sets the Display Text for <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> field of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>. Value will be updated based on the changes in DateTimeText.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Culture">
<summary>
Gets or sets the <see cref="T:System.Globalization.CultureInfo"/> that represents formatting for date time in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.IsDropDownOpen">
<summary>
Gets a value indicating whether the DropDown Popup is in open state or not in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeEditingMode">
<summary>
Gets or sets the editing mode that decides how to insert the input values for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> from keyboard.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimePattern">
<summary>
Gets or sets the display pattern that decides whether Selected <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> displayed in Short, Long or Custom pattern.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Watermark">
<summary>
Gets or sets the Watermark Text that displays in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> when the Value is <b>null</b>.
</summary>
<remarks>
Watermark text applicable when <see cref="T:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode"/> is <see cref="F:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Default"/>.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.AccessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable Accessibility support in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.AllowNull">
<summary>
Gets or sets a value indicating whether <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> allows null value.
</summary>
[Description("Gets or sets a value indicating whether SfDateTimeEdit allows null value.")]
<remarks>None Button of DropDown Calendar will be visible always when AllowNull is True</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.AllowValueChangeOnMouseWheel">
<summary>
Gets or sets a value indicating whether the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> change can occur on mouse wheel.
</summary>
<remarks>
AllowValueChangeOnMouseWheel applicable only for <see cref="F:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode.Mask"/>.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Format">
<summary>
Gets or sets the Format that decides how the Selected <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> will be displayed for <see cref="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.Custom"/>.
</summary>
<remarks>
Format applicable only for <see cref="F:Syncfusion.WinForms.Input.Enums.DateTimePattern.Custom"/>
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.MinDateTime">
<summary>
Gets or sets a value indicating minimum value constraint for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>. This restricts to set the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> lesser than specific DateTime.
</summary>
<remarks>
MinDateTime should be lesser than <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.MaxDateTime"/> of SfDateTimeEdit.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.MaxDateTime">
<summary>
Gets or sets a value indicating maximum value constraint for <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>. This restricts to set the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> greater than specific DateTime.
</summary>
<remarks>
MaxDateTime should be greater than <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.MinDateTime"/> of SfDateTimeEdit.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value">
<summary>
Gets or sets the selected date time value for the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<remarks>
Value can be set as <b>null</b> when <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.AllowNull"/> is <b>true</b>.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Text">
<summary>
Gets or Sets the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Text"/> to allow for setting of the value through string. Also, return a formatted Value when getting the text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ReadOnly">
<summary>
Gets or sets a value indicating whether text in the DateTimeEdit is read-only.
</summary>
<remarks>
Set ReadOnly as <b>true</b> restricts the text editing in SfDateTimeEdit and user can change the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> only by clicking UpDown buttons or pick the date from the DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.RightToLeft">
<summary>
Gets or sets a value indicating whether control's elements are aligned in right-to-left layout.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ValidationOption">
<summary>
Gets or sets the Validation Option that decides how the value will be changed when validation failed.
</summary>
<remarks>
Validation will take place when user press Enter key and LostFocus from the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control or Pick the Date from the DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>. If validation failed, Value will reset based on ValidationOption
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Style">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.Styles.DateTimeEditVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.SelectedField">
<summary>
Gets or sets a value indicating whether selected field of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.IsParentLocationchanging">
<summary>
Gets or sets a value indicating whether the Variable for holding to find parent location changes to close popup calendar
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.AppliedForeColor">
<summary>
Gets or sets a value indicating whether the fore color that has been changed internally.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownButton">
<summary>
Gets or sets value indicating whether the dropdown button of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ShowHighlightedDropDownButtonImage">
<summary>
Gets or sets a value indicating whether to display highlighted dropdown button image
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ShowPressedDropDownButtonImage">
<summary>
Gets or sets a value indicating whether to display pressed dropdown button image
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.CanDrawFocusedBorder">
<summary>
Gets or sets a value indicating whether to draw focused border of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.IsPopupFocused">
<summary>
Gets or sets a value indicating whether calendar PopupControl has focus <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.UpDownButton">
<summary>
Gets the UpDownButton in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDown">
<summary>
Gets or sets a value indicating whether DropDown visibility
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.AutoForwarding">
<summary>
Gets or sets a value indicating whether after the completion of a field the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> advances to the next field.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Align">
<summary>
Gets or sets a value indicating whether the Align of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.PopupWindow">
<summary>
Gets the popup window in Calendar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DateStringFormat">
<summary>
Gets the string format of the DateTimeEdit.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Months">
<summary>
Gets the months of the year.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.CurrentCalendar">
<summary>
Gets currently used calendar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox">
<summary>
Gets the EditingTextBox of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.IsValueNull">
<summary>
Gets or sets a value indicating whether value cleared in the DateTime field in mask mode of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.ControlGraphics">
<summary>
Gets the graphics of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DefaultSize">
<summary>
Gets the size of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
<returns>Returns the default size </returns>
</member>
<member name="P:Syncfusion.WinForms.Input.SfDateTimeEdit.IsKeyPressed">
<summary>
Gets or sets a value indicating whether the key is pressed or not
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShowPopup">
<summary>
Opens the DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> to pick the date for <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ClosePopup">
<summary>
Close the DropDown <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> if it is already opened.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">The ThemeName of the Control</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="controlName">The name of the control</param>
<returns>The name of the control</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to apply the CanApplyTheme settings in control
</summary>
<param name="canApplyTheme">Indicates whether ThemeName can be applied from the SkinManager control.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to apply the CanOverrideStyle settings in control
</summary>
<param name="canOverrideStyle">Indicates whether the sample level customization settings can be retained or overridden with Theme settings.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetRightToLeft">
<summary>
Resets the RightToLeft back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeCulture">
<summary>
Determines whether Culture has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if Culture were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetCulture">
<summary>
Resets the Culture back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeFormat">
<summary>
Determines whether BorderColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if BorderColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetFormat">
<summary>
Resets the BorderColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeValue">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.Value"/> property.
</summary>
<returns><b>true</b> if the property was modified; Otherwise <b>false</b>.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetValue">
<summary>
Resets the Value back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeMinDateTime">
<summary>
Determines whether MinDateTime has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if MinDateTime were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetMinDateTime">
<summary>
Resets the MinDateTime back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeRightToLeft">
<summary>
True if RightToLeft were changed; False otherwise.
</summary>
<returns>True if RightToLeft </returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeMaxDateTime">
<summary>
Determines whether MaxDateTime has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if MaxDateTime were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetMaxDateTime">
<summary>
Resets the MinDateTime back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeWatermark">
<summary>
Determines whether WatermarkText has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if WatermarkText were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeDropDownSize">
<summary>
Determines whether DropDownSize has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if DropDownSize were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetWatermark">
<summary>
Resets the WatermarkText back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeDateTimePattern">
<summary>
Determines whether DateTimePattern has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if DateTimePattern were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetDateTimePattern">
<summary>
Resets the DateTimePattern back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeDateTimeText">
<summary>
Determines whether DateTimeText has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if DateTimeText were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetDateTimeText">
<summary>
Resets the DateTimeText back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.RefreshFields">
<summary>
Refresh the DateTime fields.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ApplyDisabledBackColor">
<summary>
Helps to update the BackColor in Disabled and read only state.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ParseCustomString(System.String)">
<summary>
Parse the date time string and separate the string into fields.
</summary>
<param name="str">Gets the date time value as string</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ParseDateTimeText">
<summary>
Converts the DateTimeText into DateTime value. Used to update the value of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> on validation.
</summary>
<returns>DateTime of the <see cref="P:Syncfusion.WinForms.Input.SfDateTimeEdit.DateTimeText"/></returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.SetFocusInEditingMode">
<summary>
Helps to set focus on EditingMode
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_GotFocus(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the control <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/> got its focus.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_LostFocus(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the control <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/> lost its focus.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_Validating(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>
Validate the dateTime text when the control lost its focus.
</summary>
<param name="sender">Sender object</param>
<param name="eveargs">Gets or sets a value indicating whether the event should be canceled.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.SfDateTimeEdit_MouseWheel(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Value will be updated based on the MouseWheel. Gets incremented when the mouse scroll down and decremented when mouse scrolls up.
</summary>
<param name="sender">Sender object.</param>
<param name="e">MouseEventArgs of the <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/></param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Event will be triggered when the key is pressed in <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/>
</summary>
<param name="sender">sender is <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/></param>
<param name="e">Key event of the <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/></param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.GetFieldAt(System.Int32)">
<summary>
Gets the date field of the index.
</summary>
<param name="index">Gets the date time field upon the index</param>
<returns>DateTimeField from the field collection. </returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ValidateDateTimeText">
<summary>
Validate the DateTimeText when the <see cref="T:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode"/> is Default.
</summary>
<returns>True if the validation is successful, False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ValidateDateTimeTextMaskEditMode">
<summary>
Validate the DateTimeText when the <see cref="T:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode"/> is mask edit mode.
</summary>
<returns>True if the validation is successful, False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnValidation(Syncfusion.WinForms.Input.Events.ValidatingEventArgs)">
<summary>
Update the args value on validation. This methods update whether the given input is error. Also return the cause of the error in <see cref="P:Syncfusion.WinForms.Input.Events.ValidatingEventArgs.ErrorMessage"/> property.
</summary>
<param name="e">Validation event args of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/></param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetValueOnValidation(System.Nullable{System.DateTime},System.DateTime,System.DateTime)">
<summary>
Reset the value on the validation. This reset will be done based on the <see cref="T:Syncfusion.WinForms.Input.Enums.ValidationResetOption"/>
</summary>
<param name="value">Value of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/></param>
<param name="minValue">Minimum date value of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/></param>
<param name="maxValue">Maximum date value of the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/></param>
<returns>The DateTime value upon the validation with minimum and maximum date time.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.IncrementField">
<summary>
Increase the selected field in the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> by 1.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.DecrementField">
<summary>
Decrease the selected field in the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> by 1.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.NextField">
<summary>
Moves the focus to the next field, when the <see cref="T:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode"/> is MaskEdit
</summary>
<returns>The next selectable DateTime field.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.DisplayPopupCalendar">
<summary>
Helps to display PopupCalendar
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.PreviousField">
<summary>
Moves the focus to the previous field, when the <see cref="T:Syncfusion.WinForms.Input.Enums.DateTimeEditingMode"/> is MaskEdit
</summary>
<returns>The previous selectable DateTimeField.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnDropDownOpened(System.EventArgs)">
<summary>
Event will be trigged after the popup is opened.
</summary>
<param name="e">Cancel event args.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnDropDownClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Event will be trigged before opening the popup.
</summary>
<param name="e">Cancel event args.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnDropDownClosed(System.EventArgs)">
<summary>
Event will be trigged before opening the popup.
</summary>
<param name="e">Cancel event args.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.InitializeControls">
<summary>
Initialize all the controls in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.GetPreferredHeight">
<summary>
Gets the height of the control based on the font
</summary>
<returns>Returns the control height</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_MouseLeave(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the mouse enter in <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/>
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_MouseEnter(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the mouse leave in <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/>
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggered when the mouse down in <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/>
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownButton_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggers when the dropdown button mouse down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="mouseEventArgs">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownButton_MouseLeave(System.Object,System.EventArgs)">
<summary>
Event will be triggers when the drop down button mouse leave in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.DropDownButton_MouseEnter(System.Object,System.EventArgs)">
<summary>
Event will be triggers when the up down button scroll down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ProcessCommandKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.</param>
<param name="keyData">One of the System.Windows.Forms.Keys values that represents the key to process</param>
<returns>true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnDropDownOpening(System.ComponentModel.CancelEventArgs)">
<summary>
Event will be trigged before opening the popup.
</summary>
<param name="args">Cancel event args.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnMouseEnter(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> Mouse Hover event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnParentChanged(System.EventArgs)">
<summary>
Invoke when the parent has been changed
</summary>
<param name="e">Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnMouseLeave(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> Mouse Leave event.
</summary>
<param name="e">An System.EventArgs that contains the event data.s</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.MouseDown event.
</summary>
<param name="e">A System.Windows.Forms.MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.WinForms.Theme.IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.Input.SfDateTimeEdit.ThemeChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the background of the control.
</summary>
<param name="e">A System.Windows.Forms.PaintEventArgs that contains information about the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> to paint.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.</param>
<param name="keyData">One of the System.Windows.Forms.Keys values that represents the key to process</param>
<returns>true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> and
its child controls and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnGotFocus(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> GotFocus event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.Layout event.
</summary>
<param name="levent">A System.Windows.Forms.LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnLostFocus(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> LostFocus event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the SfDateTimeEdit, when AccessibilityEnabled is set as true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnBackColorChanged(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> back color changed event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnSizeChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.SizeChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the background of the control.
</summary>
<param name="paintevent">A System.Windows.Forms.PaintEventArgs that contains information about the control to paint.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnFontChanged(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> font changed event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> enable changed event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnParentRightToLeftChanged(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> Parent RightToLeft changed event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnRightToLeftChanged(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> Right to left changed event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ShouldSerializeAccessibilityEnabled">
<summary>
Determines whether the control Accessibility support is enabled.
</summary>
<returns>True if AccessibilityEnabled were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_KeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Invokes when a character, space or backspace key is pressed while the editing text box has focus.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.ResetAccessibilityEnabled">
<summary>
Resets the AccessibilityEnabled back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.TopLevelControl_LocationChanged(System.Object,System.EventArgs)">
<summary>
invokes when Top level control location has been changed
</summary>
<param name="sender"> sender as Top level control</param>
<param name="e">Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.Position">
<summary>
Position of the calendar control based on the screen coordinates
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.UpDownButton_ScrollDown(System.Object,System.EventArgs)">
<summary>
Event will be triggers when the scroll down in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.UpDownButton_ScrollUp(System.Object,System.EventArgs)">
<summary>
Event will be triggers when the scroll up in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.UpDownButton_MouseLeave(System.Object,System.EventArgs)">
<summary>
Event will be triggers when the mouse leave in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.UpDownButton_MouseEnter(System.Object,System.EventArgs)">
<summary>
Event will be triggers when the mouse enter in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.OnValueChanged(Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventArgs)">
<summary>
Event will be triggers when the value is changed in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.SfDateTimeEdit_Load(System.Object,System.EventArgs)">
<summary>
Raises the TopLevelControl load event.
</summary>
<param name="sender"><see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.</param>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.UpdateStringFormat">
<summary>
Update the string format based on the DateTimePattern
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.RepositionFields">
<summary>
Sets the location of the field that needs to be drawn in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.Calendar_SelectionChanged(System.Object,Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs)">
<summary>
Event will be triggered when the selected date is changed in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.</param>
<param name="e">EventArgs that contains the event data</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_TextChanged(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the text is changed in <see cref="F:Syncfusion.WinForms.Input.SfDateTimeEdit.editingTextBox"/>
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_LocationChanged(System.Object,System.EventArgs)">
<summary>
Update the location of the editing text box with respect to <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> size.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.EditingTextBox_FontChanged(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the font is changed in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfDateTimeEdit.SfDateTimeEdit_Resize(System.Object,System.EventArgs)">
<summary>
Event will be triggered when <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> is resized.
</summary>
<param name="sender">Sender object</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Input.EditingTextBox">
<summary>
Represents the <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/> that used in the edit mode of <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.EditingTextBox.#ctor(Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.EditingTextBox'/> class.
</summary>
<param name="dateTimeEdit"><see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> Control.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.EditingTextBox.DateTimeEdit">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.EditingTextBox.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.EditingTextBox"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the SfDateTimeEdit, when AccessibilityEnabled is set as true</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.Designers.NumericTextBoxDesigner">
<summary>
Designer for NumericTextBox control with the provision for Smart tag.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.Designers.NumericTextBoxDesigner.actionLists">
<summary>
Collection of designer action list
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Designers.NumericTextBoxDesigner.ActionLists">
<summary>
Populate the smart tag with <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> action list.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.Designers.NumericTextBoxDesigner.BuildActionList">
<summary>
Builds the action lists in the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.DateTimeField">
<summary>
Represents a class that contains the information about the date time fields which used to parse in SfDateTimeEdit.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.definition">
<summary>
Gets the date time info of the field.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.dateTimeEdit">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.text">
<summary>
Gets or sets the text of the field.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.width">
<summary>
Gets or sets the width of the text in DateTimeField.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.height">
<summary>
Gets or sets the height of the text in DateTimeField.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.location">
<summary>
Gets or sets the location of the DateTimeField.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.textWidth">
<summary>
Gets the text width if the DateTimeField.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.isEditing">
<summary>
Ensure whether the field has been started typing.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.maximum">
<summary>
Gets or sets the Maximum value of the DateTimeField.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeField.insertYearPosition">
<summary>
Gets or sets the position of the year field to insert the next number.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.#ctor(Syncfusion.WinForms.Input.DateTimeInfo,Syncfusion.WinForms.Input.SfDateTimeEdit)">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.DateTimeField'/> class.
</summary>
<param name="fd">Gets the date time info</param>
<param name="datetimePicker">Gets the <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/></param>
</member>
<member name="E:Syncfusion.WinForms.Input.DateTimeField.TextChanged">
<summary>
Event will be triggered when the Text property is changed in DateTimeField.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.FieldType">
<summary>
Gets the field type of date time in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.FieldValue">
<summary>
Gets the date or time text for <see cref="T:Syncfusion.WinForms.Input.DateTimeField"/> in <see cref="T:Syncfusion.WinForms.Input.SfDateTimeEdit"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Definition">
<summary>
Gets or sets the type of the field in DateTime value.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Text">
<summary>
Gets or sets the text of the field.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Location">
<summary>
Gets or sets the location of the DateTimeField.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Maximum">
<summary>
Gets or sets the Maximum value of the DateTimeField.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Bounds">
<summary>
Gets the bounds of the DateTimeField.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.IsEditing">
<summary>
Gets or sets a value indicating whether the field has been started typing.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.InsertYearPosition">
<summary>
Gets or sets position for insert next number.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Width">
<summary>
Gets or sets the width of the text in DateTimeField.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.Height">
<summary>
Gets or sets the height of the text in DateTimeField.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeField.StartPosition">
<summary>
Gets the center point location to draw the text.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.OnTextChanged(System.EventArgs)">
<summary>
Event will be triggered when the Text is changed in DateTimeField.
</summary>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.ProcessDateField(System.Int32)">
<summary>
Process the given number and update the date time fields.
</summary>
<param name="value">Gets the value and update the field</param>
<returns>True if validation is success.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.ProcessMonthField(System.Int32)">
<summary>
Process the given number and update the Month fields.
</summary>
<param name="value">Gets the value and update the field</param>
<returns>True if validation is success.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.ProcessYearField(System.Int32)">
<summary>
Process the given number and update the year field.
</summary>
<param name="value">Gets the value and update the field</param>
<returns>True is the year validation is success.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.GetCurrentValue">
<summary>
Parse current value with picker and field type.
</summary>
<returns> returns the current value of type integer</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeField.Text_Changed">
<summary>
Measures the text width when the text has been changed.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.DateTimeInfo">
<summary>
Gets or set the info of the DateTime field.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeInfo.type">
<summary>
Gets the type of the DateTimeField.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeInfo.format">
<summary>
Gets the index and finds the field.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.DateTimeInfo.data">
<summary>
Gets the data of the string.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.DayFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Day format.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.HourFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Hour format.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.MinuteFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Minute format.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.MonthFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Month format.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.SecondsFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Seconds format.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.MeridiemFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">AM PM format</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,Syncfusion.WinForms.Input.Enums.YearFormat)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Year format.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="data">String data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.#ctor(Syncfusion.WinForms.Input.Enums.DateTimeFieldType,System.Int32,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.DateTimeInfo" /> class.
</summary>
<param name="type">Type of the DateTimeField.</param>
<param name="format">Gets the format based on the index.</param>
<param name="data">String data.</param>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.Type">
<summary>
Gets the type of the DateTime field.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.DayFormat">
<summary>
Gets the day format of the DateTimeInfo.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.HourFormat">
<summary>
Gets the hour format of the DateTimeInfo.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.MonthFormat">
<summary>
Gets the month format of the DateTimeInfo.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.MinuteFormat">
<summary>
Gets the format of the minutes.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.SecondsFormat">
<summary>
Gets the format of the seconds.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.MeridiemFormat">
<summary>
Gets the AM and PM format of the time.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.YearFormat">
<summary>
Gets the format of the year.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.DateTimeInfo.StringData">
<summary>
Gets the string data of the DateTime field.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.DateTimeInfo.ToString">
<summary>
Overrides the string of the DateTime info.
</summary>
<returns>The type of the date time field in string format.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.FieldDefinitionCollection">
<summary>
<para>
A collection that stores <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> objects.
</para>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.#ctor">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.FieldDefinitionCollection.Item(System.Int32)">
<summary>
Gets / sets the field definition at the specified index of the <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/>.
</summary>
<param name="index">The zero-based index of the entry to locate in the collection.</param>
<returns>DateTimeInfo of the DateTime field</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Add(Syncfusion.WinForms.Input.DateTimeInfo)">
<summary>
<para>Adds a <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> with the specified value to the
<see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> .</para>
</summary>
<param name='value'>The <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> to add.</param>
<returns>
<para>The index at which the new element was inserted.</para>
</returns>
<seealso cref='M:Syncfusion.WinForms.Input.FieldDefinitionCollection.AddRange(Syncfusion.WinForms.Input.DateTimeInfo[])'/>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.AddRange(Syncfusion.WinForms.Input.DateTimeInfo[])">
<summary>
<para>Copies the elements of an array to the end of the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/>.</para>
</summary>
<param name='value'>
An array of type <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> containing the objects to add to the collection.
</param>
<seealso cref='M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Add(Syncfusion.WinForms.Input.DateTimeInfo)'/>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.AddRange(Syncfusion.WinForms.Input.FieldDefinitionCollection)">
<summary>
<para>
Adds the contents of another <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> to the end of the collection.
</para>
</summary>
<param name='value'>
A <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> containing the objects to add to the collection.
</param>
<seealso cref='M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Add(Syncfusion.WinForms.Input.DateTimeInfo)'/>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Contains(Syncfusion.WinForms.Input.DateTimeInfo)">
<summary>
<para>Indicates whether the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/>
contains the specified <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/>.</para>
</summary>
<param name='value'>The <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> to locate.</param>
<returns>
<para><see langword='true'/> if the <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> is contained in the collection;
<see langword='false'/> otherwise.</para>
</returns>
<seealso cref='M:Syncfusion.WinForms.Input.FieldDefinitionCollection.IndexOf(Syncfusion.WinForms.Input.DateTimeInfo)'/>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.CopyTo(Syncfusion.WinForms.Input.DateTimeInfo[],System.Int32)">
<summary>
<para>Copies the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the
specified index.</para>
</summary>
<param name='array'><para>The one-dimensional <see cref='T:System.Array'/> that is the destination of the values copied from <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> .</para></param>
<param name='index'>The index in <paramref name='array'/> where copying begins.</param>
<exception cref='T:System.ArgumentException'><para><paramref name='array'/> is multidimensional.</para> <para>-or-</para>
<para>The number of elements in the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> is greater than the available space between <paramref name='arrayIndex'/> and the end of <paramref name='array'/>.</para></exception>
<exception cref='T:System.ArgumentNullException'><paramref name='array'/> is <see langword='null'/>. </exception>
<exception cref='T:System.ArgumentOutOfRangeException'><paramref name='arrayIndex'/> is less than <paramref name='array'/>'s lowbound. </exception>
<seealso cref='T:System.Array'/>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.IndexOf(Syncfusion.WinForms.Input.DateTimeInfo)">
<summary>
<para>Returns the index of a <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> in
the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> .</para>
</summary>
<param name='value'>The <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> to locate.</param>
<returns>
<para>The index of the <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> of <paramref name='value'/> in the
<see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/>, if found; -1 otherwise.</para>
</returns>
<seealso cref='M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Contains(Syncfusion.WinForms.Input.DateTimeInfo)'/>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Insert(System.Int32,Syncfusion.WinForms.Input.DateTimeInfo)">
<summary>
Inserts a <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> into the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> at the specified index.
</summary>
<param name='index'>The zero-based index where <paramref name='value'/> should be inserted.</param>
<param name='value'>The <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> to insert.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.FieldDefinitionCollection.Remove(Syncfusion.WinForms.Input.DateTimeInfo)">
<summary>
<para> Removes a specific <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> from the
<see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> .</para>
</summary>
<param name='value'>The <see cref='T:Syncfusion.WinForms.Input.DateTimeInfo'/> to remove from the <see cref='T:Syncfusion.WinForms.Input.FieldDefinitionCollection'/> .</param>
<exception cref='T:System.ArgumentException'><paramref name='value'/> is not found in the Collection. </exception>
</member>
<member name="T:Syncfusion.WinForms.Input.SfCalendar">
<summary>
Represents a Windows control that enables the user to select a date using a visual monthly calendar display with easy navigation between different views. This control provide options to mark the special dates and advanced customization options to cells.
</summary>
<example>
<para>This example shows how to initialize the SfCalendar control.</para>
<code lang="C#">
//Create the calendar.
SfCalendar sfCalendar1 = new SfCalendar();
// Set the calendar location.
sfCalendar1.Location = new Point(51, 123);
// Change the color.
sfCalendar1.VisualStyle.Header.BackColor = Color.Purple;
sfCalendar1.VisualStyle.Header.ForeColor = Color.Yellow;
sfCalendar1.VisualStyle.Grid.TrailingCellForeColor = Color.Gray;
// Add dates to BlackoutDates array.
sfCalendar1.BlackoutDates =new DateTime[] {new DateTime(2017, 12, 15),new DateTime(2017, 11, 30)};
// Add dates to SpecialDates array.
sfCalendar1.SpecialDates =new SpecialDate[] {new SpecialDate() { BackColor = Color.Red, ForeColor = Color.White, Value = new DateTime(2017, 12, 13)} ,
new SpecialDate() { BackColor = Color.Green, ForeColor = Color.White, Value = new DateTime(2017, 11, 27) } };
// Configure the calendar to display in 7 weeks in month view.
sfCalendar1.NumberOfWeeksInView = 7;
// Set week to begin on Monday.
sfCalendar1.FirstDayOfWeek = DayOfWeek.Monday;
// Set the maximum visible date on the calendar to 12/31/2019.
sfCalendar1.MaxDate = new DateTime(2019, 12, 31);
// Set the minimum visible date on calendar to 01/01/2017.
sfCalendar1.MinDate = new DateTime(2017, 1, 1);
// Configure the calendar to allow multiple dates selection.
sfCalendar1.AllowMultipleSelection = true;
// Do not highlight today's date.
sfCalendar1.HighlightTodayCell = false;
// Show the week numbers to the left of each week.
sfCalendar1.ShowWeekNumbers = true;
</code>
</example>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.SAUDIARABIALCID">
<summary>
Default LCID value of saudi arabic culture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.rightToLeft">
<summary>
Holds the Right To Left
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.cellHeight">
<summary>
Gets or sets the height of the cell in <see cref="T:Syncfusion.WinForms.Input.CalendarGrid"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.quraCalendar">
<summary>
Gets whether the current culture calendar is <see cref="T:System.Globalization.UmAlQuraCalendar"/> calendar
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.hijriCalendar">
<summary>
Gets whether the current culture calendar is <see cref="T:System.Globalization.HijriCalendar"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.abbreviateMonths">
<summary>
Gets the months of the year in abbreviated format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.allowMultipleSelection">
<summary>
Gets or set the Boolean value to specify whether calendar control allow multiple date selection.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.accessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable its Accessibility support.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.rowCount">
<summary>
Number or rows in a month.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.downNavigationTimer">
<summary>
Timer to start the animation when down arrow is clicked.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.upnavigationTimer">
<summary>
Timer to start the animation when up arrow is clicked.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.firstDayOfWeek">
<summary>
Gets or set the first day of the week in calendar..
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.initialRangeTransitionContainer">
<summary>
When navigating the control using up down arrows, this <see cref="F:Syncfusion.WinForms.Input.SfCalendar.initialRangeTransitionContainer"/> panel will used to hold the image of the current view, The <see cref="F:Syncfusion.WinForms.Input.SfCalendar.nextRangeTransitionContainer"/> panel will show the <see cref="T:Syncfusion.WinForms.Input.CalendarGrid"/> with next or previous view.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.nextRangeTransitionContainer">
<summary>
When navigating the control using up down arrows, this second panel will hold the new calendar grid view and will be displayed in the animation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.style">
<summary>
Stores the value of the VisualStyle property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.currentDate">
<summary>
The temp date to update the date in GridCell.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.inactiveDatesVisible">
<summary>
Gets or sets a value indicating whether the dates of next or previous month visible in current month.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.blockedDates">
<summary>
Gets or sets the collection of dates to disable that fall within the Minimum and Maximum DateTime.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.specialDates">
<summary>
Gets or Sets the collection of DateTime objects that determines which days are highlight.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.culture">
<summary>
Gets or sets the CultureInfo that represents formatting for dates and numbers in Calendar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.grid">
<summary>
Gets or sets the grid cells.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.selectedDate">
<summary>
Gets or sets the currently selected date of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.selectedDates">
<summary>
Gets or Sets the collection of DateTime objects that determines which days are highlight.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.selectedMonth">
<summary>
stored the selected month value
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.minDate">
<summary>
Gets or sets a minimum value constraint of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>. This restricts to set the SelectedDate lesser than specific DateTime.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.maxDate">
<summary>
Gets or sets a maximum value constraint of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>. This restricts to set the SelectedDate greater than specific DateTime.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showAbbreviatedDays">
<summary>
Gets or sets the value to show the Days in abbreviated form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.enableAnimation">
<summary>
Gets or Sets whether to enable animation while Navigation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showToolTip">
<summary>
Holds the value indicating whether to show or hide the tooltip
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showWeekNumber">
<summary>
Gets or sets a value indicating whether to show the week numbers in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.isUpNavigationTransitionActive">
<summary>
Get or sets whether the Up navigation is enable
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.isDownNavigationTransitionActive">
<summary>
Get or sets whether the Down navigation is enable
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showNavigationButton">
<summary>
Get or Sets the Boolean value that helps to change the visibility of Navigation buttons in the Calendar
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.highlightTodayCell">
<summary>
Gets or set the Boolean value to specify whether Today cell should be highlighted even selection changed in Calendar
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.navigationButtonAlignment">
<summary>
Gets or sets how Navigation Buttons are align relative to the Calendar Header.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.calendarViewType">
<summary>
Gets or sets the View Type of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.viewType">
<summary>
Gets or sets the calendarViewType that has been handled internally.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.viewChanged">
<summary>
Checks whether the calendar view type has been changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.headerPanel">
<summary>
Gets or sets the header panel.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showHorizontalSplitter">
<summary>
Gets or sets a value indicating whether the days on the Calendar control are separated with HorizontalSplitter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showVerticalSplitter">
<summary>
Gets or sets a value indicating whether the days on the Calendar control are separated with VerticalSplitter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showToday">
<summary>
Gets the Boolean value to specify whether show the today button
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.showNone">
<summary>
Gets the Boolean value to specify whether show the none button
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.speed">
<summary>
Speed of the navigation, while changing the view using UpDown arrows.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.dayNames">
<summary>
Gets the days of the week.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.headerHeight">
<summary>
Gets or sets the header height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.footerHeight">
<summary>
Gets or sets the header height of footer in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.abbreviatedDayNames">
<summary>
Gets the days of the week in abbreviated form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.todayButton">
<summary>
Gets the Today button of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.controlGraphics">
<summary>
It maintains the control graphics.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.noneButton">
<summary>
Gets the none button of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.calendarContainer">
<summary>
Base Container for Calendar control
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.transitionImage">
<summary>
Holds the Transition Image helps in Date Navigation animation of SfCalendar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.animator">
<summary>
Animation manager
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.daysInMonth">
<summary>
Holds the number of Days in month
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.firstDayOfMonth">
<summary>
Holds the First day of Month
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.lastDayOfMonth">
<summary>
Holds the last Day of month
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.isHeaderHeightChanged">
<summary>
Gets the Boolean value specifies whether the Header Height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> is changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfCalendar.isFooterHeightChanged">
<summary>
Gets the Boolean value to specifies whether the Footer Height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> is changed.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.#ctor">
<summary>
Initializes a new instance of the <see cref='T:Syncfusion.WinForms.Input.SfCalendar'/> class.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.SelectionChanged">
<summary>
Occurs after the selected date changed in Calendar.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.SelectionChanging">
<summary>
Occurs before the selected date changed in Calendar.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.DrawCell">
<summary>
Occurs on Draw the calendar items.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.CellClick">
<summary>
Occurs when clicking the calendar cell.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.ToolTipOpening">
<summary>
Occurs when mouse hover the cell in calendar
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.Navigating">
<summary>
Occurs when navigating from one month to another in Calendar
</summary>
<remarks>
Navigating event occurs when press Navigation buttons to move or previous month, year or decade in Calendar.
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.ViewChanging">
<summary>
Occurs when calendar ViewType is changing.
</summary>
<remarks>
ViewChanging event occurs when click on the Calendar Header text to change the view from one view to another view
</remarks>
</member>
<member name="E:Syncfusion.WinForms.Input.SfCalendar.ThemeChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ViewMode">
<summary>
Gets or sets a value indicating the possible view types for navigation through user interaction in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.RightToLeft">
<summary>
Gets or sets a value indicating whether control's elements are aligned in right-to-left layout or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.NumberOfWeeksInView">
<summary>
Gets or sets the value to indicates the number of weeks shown in the month view.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.Style">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Input.Styles.CalendarVisualStyle"/> value to customize the appearance of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.BlackoutDates">
<summary>
Gets or sets the collection of dates for blocking from selection and user interaction in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.HighlightTodayCell">
<summary>
Gets or sets a value indicating whether Today cell highlighted even selected date is different than Today in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowAbbreviatedDayNames">
<summary>
Gets or sets a value indicating whether to show the week day names with abbreviated format in header of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.BackColor">
<summary>
Gets a Value indicating the BackColor of grid in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> when animation occurs
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowToolTip">
<summary>
Gets or sets a value indicating whether to show or hide the tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.EnableAnimation">
<summary>
Gets or sets a value indicating whether to animate the Calendar View while Navigate from one view to another view.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowWeekNumbers">
<summary>
Gets or sets a value indicating whether the calendar will display week numbers (1 to 52) to the left of each rows in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowNavigationButton">
<summary>
Gets or sets a value indicating whether to show the navigation buttons which used to move between views in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate">
<summary>
Gets or sets the value indicating the selected date of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<remarks>
SelectedDate cannot be set lesser than <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MinDate"/> and greater than <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MaxDate"/> of SfCalendar.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.MinDate">
<summary>
Gets or sets a value indicating minimum value constraint for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>. This restricts to set the SelectedDate lesser than specific DateTime.
</summary>
<remarks>
MaxDate should be lesser than <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MaxDate"/> of SfCalendar.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.MaxDate">
<summary>
Gets or sets a value indicating maximum value constraint for <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>. This restricts to set the SelectedDate greater than specific DateTime.
</summary>
<remarks>
MaxDate should be greater than <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MinDate"/> of SfCalendar.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.TrailingDatesVisible">
<summary>
Gets or sets a value indicating whether the dates of previous and following months visible in current view of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.NavigationButtonAlignment">
<summary>
Gets or sets the side value indicating how the navigation buttons should align relative to the Calendar Header.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.FirstDayOfWeek">
<summary>
Gets or sets the first <see cref="T:System.DayOfWeek"/> in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.AccessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable Accessibility support in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.AllowMultipleSelection">
<summary>
Gets or sets a value indicating whether to allow multiple date selection in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.Culture">
<summary>
Gets or sets the <see cref="T:System.Globalization.CultureInfo"/> that represents formatting for date time in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.HeaderHeight">
<summary>
Gets or sets the header height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.FooterHeight">
<summary>
Gets or sets the height of the Footer in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>. Footer contains the Today and None button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowHorizontalSplitter">
<summary>
Gets or sets a value indicating whether the dates of each rows in the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> are separated with horizontal splitter.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowVerticalSplitter">
<summary>
Gets or sets a value indicating whether the dates of each columns in the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> are separated with vertical splitter.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowToday">
<summary>
Gets or sets a value indicating whether visibility of today button in footer of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<remarks>ShowToday property will be work only when show <see cref="P:Syncfusion.WinForms.Input.SfCalendar.ShowFooter"/> is true</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowNone">
<summary>
Gets or sets a value indicating whether visibility of none button in footer of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<remarks>ShowNone property will be work only when show <see cref="P:Syncfusion.WinForms.Input.SfCalendar.ShowFooter"/> is true</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ShowFooter">
<summary>
Gets or sets a value indicating whether the visibility of the footer of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> should be visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.MinimumSize">
<summary>
Gets or sets the minimum size of of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.DayNames">
<summary>
Gets or sets a value indicating whether the day names.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.FooterPanel">
<summary>
Gets or sets a value indicating whether the today and none button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.AbbreviatedDayNames">
<summary>
Gets or sets a value indicating whether the days of the month in abbreviated format.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.AbbreviateMonths">
<summary>
Gets or sets a value indicating whether the months of the year in abbreviated format.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.DownNavigationTimer">
<summary>
Gets or sets Timer to start the animation when down arrow is clicked.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.UpNavigationTimer">
<summary>
Gets or sets Timer to start the animation when up arrow is clicked.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.TodayButton">
<summary>
Gets the Today button of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> which used to change the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> to today.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.NoneButton">
<summary>
Gets the None button of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> which used to change the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> to None.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.CalendarContainer">
<summary>
Gets or sets the Container for Calendar control
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.IsTouchGestureScrollActive">
<summary>
Gets or sets a value indicating whether the touch gesture scrolling is initialized
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.IsKeyPressed">
<summary>
Gets or sets a value indicating whether the key is pressed or not
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ViewType">
<summary>
Gets or sets the Sfcalendar ViewType
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.CurrentDate">
<summary>
Gets or sets the temporary date to arrange the date in GridCell.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.Days">
<summary>
Gets the days string in the header.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.Grid">
<summary>
Gets or sets the value of the grid cells of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.CellHeight">
<summary>
Gets or sets the height of the cell in <see cref="P:Syncfusion.WinForms.Input.SfCalendar.Grid"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.SelectedMonth">
<summary>
Gets or sets the selected month for year view
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.CurrentCalendar">
<summary>
Gets the current calendar based on the culture.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.HeaderPanel">
<summary>
Gets the HeaderPanel of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.ControlGraphics">
<summary>
Gets the graphics of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfCalendar.DefaultSize">
<summary>
Gets the default size of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GoToDate(System.DateTime)">
<summary>
Move the current view of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> to the date based on given value. Return value as <b>false</b> when the date is not fall within min max range or Blackout dates contains the date.
</summary>
<param name="date">The date where the view has to be navigate.</param>
<returns>Returns if the navigation to the date is success based on MinDate and MaxDate Validation before navigate.</returns>
<remarks>Navigation will be failed, if the value given for navigate to date is not within <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MinDate" /> and <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MaxDate" /> range or contains in <see cref="P:Syncfusion.WinForms.Input.SfCalendar.BlackoutDates" />. </remarks>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ClearSelection(System.DateTime)">
<summary>
Clear the selected dates and set the <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> based on given value.
</summary>
<param name="dateTime">The DateTime which has to be set as <see cref="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/> after clear selection.</param>
<returns>Returns if the selected dates has been cleared successfully.</returns>
<remarks>If value given for selected date is not within <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MinDate" /> and <see cref="P:Syncfusion.WinForms.Input.SfCalendar.MaxDate" /> range, it will return <b>false</b>. Then the selection will be cleared and the first date in the SelectedDates collection will set as <see cref ="P:Syncfusion.WinForms.Input.SfCalendar.SelectedDate"/>.</remarks>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.SelectDates(System.Windows.Forms.SelectionRange,System.Boolean)">
<summary>
Select the Single Range of Multiple Dates while Allow Multiple selection is true, else return false.
</summary>
<param name="range">Date selection range in calendar.</param>
<param name="ignoreSelectionOnValidation">Ignore the selection if validation failed. The validation will be failed if the range falls in MinMaxDate or contains disabled dates</param>
<returns>Return value as false even the dates are not fall within minMax range or Blackout dates contains the date.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetRightToLeft">
<summary>
Resets the RightToLeft back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">The ThemeName of the Control</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="controlName">The name of the control</param>
<returns>The name of the control</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.RoundDown(System.Int32)">
<summary>
Round up the value to the multiple of 7.
</summary>
<param name="toRound">Value to be rounded off.</param>
<returns>The below nearest value of 7.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ValidateMinMaxMonthValue(System.DateTime,System.Int32)">
<summary>
Validate value has been reached min or max value
</summary>
<param name="currentDate">currentDate of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></param>
<param name="nextorPrevMonth">Add the next or previous month value</param>
<returns>Returns the Boolean value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeMaxDate">
<summary>
Determines whether MaxDate has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if MaxDate were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetMaxDate">
<summary>
Resets the MaxDate back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeMinDate">
<summary>
Determines whether MinDate has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if MinDate were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetMinDate">
<summary>
Resets the MinDate back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeCulture">
<summary>
Determines whether Culture has been modified and its contents should be serialized at design-time.
</summary>
<returns>Returns the Boolean value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetCulture">
<summary>
Resets the Culture back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeAccessibilityEnabled">
<summary>
Determines whether the control Accessibility support is enabled.
</summary>
<returns>True if AccessibilityEnabled were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetAccessibilityEnabled">
<summary>
Resets the AccessibilityEnabled back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeTrailingDatesVisible">
<summary>
Determines whether InactiveDatesVisible has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if InactiveDatesVisible were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetTrailingDatesVisible">
<summary>
Resets the InactiveDatesVisible back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeShowAbbreviatedDayNames">
<summary>
Determines whether ShowAbbreviatedDays has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if ShowAbbreviatedDays were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetShowAbbreviatedDayNames">
<summary>
Resets the ShowAbbreviatedDays back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeFirstDayOfWeek">
<summary>
Determines whether FirstDayOfWeek has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if FirstDayOfWeek were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetFirstDayOfWeek">
<summary>
Resets the FirstDayOfWeek back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeAllowMultipleSelection">
<summary>
Determines whether AllowMultipleSelection has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if AllowMultipleSelection were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetAllowMultipleSelection">
<summary>
Resets the EnableWeekendColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeShowHorizontalSplitter">
<summary>
Determines whether ShowHorizontalSplitter has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if ShowHorizontalSplitter were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetShowHorizontalSplitter">
<summary>
Resets the ShowHorizontalSplitter back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeShowVerticalSplitter">
<summary>
Determines whether ShowVerticalSplitter has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if ShowVerticalSplitter were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetShowVerticalSplitter">
<summary>
Resets the ShowVerticalSplitter back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeHighlightTodayCell">
<summary>
Determines whether HighlightTodayCell has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if HighlightTodayCell were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetHighlightTodayCell">
<summary>
Resets the HighlightTodayCell back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeShowToolTip">
<summary>
Determines whether ShowToolTip has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if ShowToolTip were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetShowToolTip">
<summary>
Resets the ShowToolTip back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeSelectedDate">
<summary>
Determines whether SelectedDate has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if SelectedDate were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetSelectedDate">
<summary>
Resets the ActiveDateItemBackColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeRightToLeft">
<summary>
Determines whether RightToLeft has been modified.
</summary>
<returns>True if RightToLeft is changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.FooterPanel_VisibleChanged(System.Object,System.EventArgs)">
<summary>
Event will be raised when the visibility of the footer is changed.
</summary>
<param name="sender"><see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> control.</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.InitializeControl">
<summary>
Initialize all the controls in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.NoneButton_VisibleChanged(System.Object,System.EventArgs)">
<summary>
Visibility of None button in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender"><see cref="P:Syncfusion.WinForms.Input.SfCalendar.TodayButton"/> in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></param>
<param name="e">A EventArgs that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetHeaderHeight">
<summary>
Gets the height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> header
</summary>
<returns>header height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetFooterHeight">
<summary>
Gets the height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> footer
</summary>
<returns>footer height of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetPrefferedSize">
<summary>
Gets the default size of the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> based on font size
</summary>
<returns>default size of <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.TodayButton_VisibleChanged(System.Object,System.EventArgs)">
<summary>
Visibility of today button in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender"><see cref="P:Syncfusion.WinForms.Input.SfCalendar.TodayButton"/> in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></param>
<param name="e">A EventArgs that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.UpNavigationTimer_Tick(System.Object,System.EventArgs)">
<summary>
The timer will be start while the Up arrow is clicked. It moves the control with proper animation.
</summary>
<param name="sender">Up timer.</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.DownNavigationTimer_Tick(System.Object,System.EventArgs)">
<summary>
The timer will be start while the down arrow is clicked. It moves the control with proper animation.
</summary>
<param name="sender">Down timer.</param>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.AnimateControl">
<summary>
Sets the bounds of the secondView panel when the navigation button is clicked in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.UpdateAbbreviatedMonths">
<summary>
Get the month text in the abbreviated form and added in <see cref="P:Syncfusion.WinForms.Input.SfCalendar.AbbreviateMonths"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetNextValue(Syncfusion.WinForms.Input.Enums.CalendarViewType)">
<summary>
Gets the next Enum value of <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/>
</summary>
<param name="e">CalendarViewType enum</param>
<returns>Next value of CalendarViewType enum.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetPrevValue(Syncfusion.WinForms.Input.Enums.CalendarViewType)">
<summary>
Gets the previous Enum value of <see cref="T:Syncfusion.WinForms.Input.Enums.CalendarViewType"/>
</summary>
<param name="e">CalendarViewType enum</param>
<returns>previous value of CalendarViewType enum.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.BoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new System.Windows.Forms.Control.Left property value of the control.</param>
<param name="y">The new System.Windows.Forms.Control.Top property value of the control.</param>
<param name="width">The new System.Windows.Forms.Control.Width property value of the control.</param>
<param name="height">The new System.Windows.Forms.Control.Height property value of the control.</param>
<param name="specified">A bitwise combination of the System.Windows.Forms.BoundsSpecified values.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.TodayButton_Click(System.Object,System.EventArgs)">
<summary>
Go to the today date in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender"><see cref="P:Syncfusion.WinForms.Input.SfCalendar.TodayButton"/> in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></param>
<param name="e">A EventArgs that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.HandleMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Event will trigger when the mouse is scrolling
</summary>
<param name="e">An System.MouseEventArgs that contains the event Mouse pointer co-ordinates.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.IsNavigatingEventInitialized">
<summary>
Whether the Navigating event has been initialized in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<returns>Whether Navigating event has been invoked</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnNavigating(Syncfusion.WinForms.Input.Events.NavigatingEventArgs)">
<summary>
Raise the event when navigating from one month to another.
</summary>
<param name="e">A NavigatingEventArgs class that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.IsViewChangingEventInitialized">
<summary>
Whether the ViewChanging event has been initialized in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<returns>Whether ViewChanging event has been invoked</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnViewChanging(Syncfusion.WinForms.Input.Events.ViewChangingEventArgs)">
<summary>
Raise the event when <see cref="!:Syncfusion.WinForms.Input.SfCalendar.CalendarViewType"/> is changing.
</summary>
<param name="e">View changing event argument class that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnDrawCell(Syncfusion.WinForms.Input.Events.DrawCellEventArgs)">
<summary>
Event will be triggers when drawing the cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnCellClick(Syncfusion.WinForms.Input.Events.CalendarCellEventArgs)">
<summary>
Event will be triggers when drawing the cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnToolTipOpening(Syncfusion.WinForms.Input.Events.ToolTipOpeningEventArgs)">
<summary>
Event will be triggers when mouse hover on the cell in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.GetValidDatewithBlackoutDate(System.DateTime,System.Collections.Generic.List{System.DateTime})">
<summary>
Validate the current has been blacked out date or not
</summary>
<param name="value"> current date</param>
<param name="blackoutdates"> collection of black out dates</param>
<returns>Returns the valid blackout dates</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ApplyParentRightToLeftLayout">
<summary>
Helps to reset the Right To Left Layout of SfCalendar, incase of Parent Change
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.IsDrawCellInitialized">
<summary>
Whether the DrawCell event has been initialized in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<returns>Whether DrawCell event has been invoked</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.IsToolTipOpeningInitialized">
<summary>
Whether the ToolTipOpening event has been initialized in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<returns>Whether ToolTipOpening event has been invoked</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.Layout event.
</summary>
<param name="levent">A System.Windows.Forms.LayoutEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Dispose(System.Boolean)">
<summary>
Releases all resources used by this Controls component.
</summary>
<param name="disposing"> Dispose the resources used by Controls component.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Performs the work of setting the specified bounds of this control.
</summary>
<param name="x">The new System.Windows.Forms.Control.Left property value of the control.</param>
<param name="y">The new System.Windows.Forms.Control.Top property value of the control.</param>
<param name="width">The new System.Windows.Forms.Control.Width property value of the control.</param>
<param name="height">The new System.Windows.Forms.Control.Height property value of the control.</param>
<param name="specified">A bitwise combination of the System.Windows.Forms.BoundsSpecified values.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnParentRightToLeftChanged(System.EventArgs)">
<summary>
Raises the <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/> Parent RightToLeft changed event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.Input.SfCalendar.ThemeChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
Processes a command key.
</summary>
<param name="msg">A System.Windows.Forms.Message, passed by reference, that represents the window message to process.</param>
<param name="keyData">One of the System.Windows.Forms.Keys values that represents the key to process.</param>
<returns>true if the character was processed by the control; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the SfCalendar, when AccessibilityEnabled is set as true</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Event will trigger when the mouse is scrolling
</summary>
<param name="e">An System.MouseEventArgs that contains the event Mouse pointer co-ordinates.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.OnSelectionChanged(Syncfusion.WinForms.Input.Events.SelectionChangedEventArgs)">
<summary>
Event will be triggers when the SelectedDate is changed in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeBlackoutDates">
<summary>
Determines whether BlackoutDates has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetBlackoutDates">
<summary>
Resets the BlackoutDates back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ShouldSerializeSpecialDates">
<summary>
Determines whether SpecialDates has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.ResetSpecialDates">
<summary>
Resets the SpecialDates back to its default value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.NoneButton_Click(System.Object,System.EventArgs)">
<summary>
Clear the selected dates in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/>
</summary>
<param name="sender"><see cref="P:Syncfusion.WinForms.Input.SfCalendar.NoneButton"/> in <see cref="T:Syncfusion.WinForms.Input.SfCalendar"/></param>
<param name="e">A EventArgs that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_PreviewKeyDown(System.Object,System.Windows.Forms.PreviewKeyDownEventArgs)">
<summary>
Invokes before the KeyDown event when a key is pressed while focus is on calendar grid.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_KeyUp(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Invokes when a key is released while the calendar grid has focus.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_KeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
Invokes when a character, space or backspace key is pressed while the calendar grid has focus.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Invokes when a key is pressed while the calendar grid has focus.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_Click(System.Object,System.EventArgs)">
<summary>
Invokes when the user presses and then releases a mouse button over calendar control.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_DoubleClick(System.Object,System.EventArgs)">
<summary>
Invokes when the user presses and releases the left mouse button twice over calendar control.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_MouseClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the calendar control is clicked by the mouse.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as MouseEventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfCalendar.Grid_MouseDoubleClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the calendar control is double clicked by the mouse.
</summary>
<param name="sender">Sender as object</param>
<param name="e">e as MouseEventArgs</param>
</member>
<member name="T:Syncfusion.WinForms.Input.ValueChangedEventHandler">
<summary>
Delegate for value changed event handler.
</summary>
<param name="sender">Numeric textbox</param>
<param name="e">Value changed event arguments</param>
</member>
<member name="T:Syncfusion.WinForms.Input.SfNumericTextBox">
<summary>
Represents a text box control that to allow only numeric inputs and display the numeric values with various formats such as numeric, percent and currency.
</summary>
<example>
<para>This example shows how to initialize the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.</para>
<code lang="C#">
//Initializing new instance of the SfNumericTextBox.
SfNumericTextBox sfNumericTextBox = new SfNumericTextBox();
//Initializing the location of the SfNumericTextBox.
sfNumericTextBox.Location = new System.Drawing.Point(348, 71);
//Initializing the name of the SfNumericTextBox.
sfNumericTextBox.Name = "sfNumericTextBox";
//Initializing the size of the SfNumericTextBox.
sfNumericTextBox.Size = new System.Drawing.Size(94, 30);
//Initializing the value of the SfNumericTextBox.
sfNumericTextBox.Value = 1.23;
//Initializing the format mode of the SfNumericTextBox.
sfNumericTextBox.FormatMode = FormatMode.Currency;
</code>
</example>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.WINDOWMESSAGENCCALCSIZE">
<summary>
Sets the size of the non client area.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.COMBINEREGIONAND">
<summary>
Creates the intersection of the two combined regions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.COMBINEREGIONCOPY">
<summary>
Creates a copy of the region identified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.WINDOWLONGSTYLE">
<summary>
Sets the new windows long style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.EXTENDEDWINDOWLONGSTYLE">
<summary>
Sets the new extended windows long style
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.rectClient">
<summary>
Client rectangle area of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.nvalue">
<summary>
Holds the double value of the TextBox
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.allownull">
<summary>
Allows the null value in <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.minimumValue">
<summary>
Minimum value that can be set through the Numeric TextBox.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.maximumValue">
<summary>
Maximum value that can be set through the Numeric TextBox.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.hideTrailingZeros">
<summary>
Maximum number of digits for the decimal portion of the number.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.supressKeyPress">
<summary>
Suppress the key press
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.supressKeyDown">
<summary>
Suppress the key down
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.validationMode">
<summary>
Specifies when the MinMax Validation Need to be performed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.cursorPosition">
<summary>
Specifies the cursor position
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.numberFormatInfo">
<summary>
Specifies the particular number format for the given input value
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.waterMarkText">
<summary>
Sets the watermark text for the NumericTextbox
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.valueChangeMode">
<summary>
Inform when to call ValueChange event
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.formatMode">
<summary>
Type of Value entered in the TextBox
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.lostFocusValidation">
<summary>
If the validation fails, value need to be set based on this
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.previousText">
<summary>
Stores the previous value of the textbox.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.previousValue">
<summary>
stores the previous value of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.intermediateText">
<summary>
Stores the intermediate text
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.undoText">
<summary>
Gets the undo text
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.isAllSelected">
<summary>
Specifies whether selection has been done
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.prefix">
<summary>
Prepends the string to the formatted text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.suffix">
<summary>
Appends the string to the formatted text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.interceptArrowKeys">
<summary>
Sets whether to handle up/down keys
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.visualstyle">
<summary>
Stores the value of the VisualStyle property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.borderColor">
<summary>
Sets the internal border color for drawing the border in all states.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.internalForeColorChanged">
<summary>
Ensure whether the fore color has been changed internally.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.accessibilityEnabled">
<summary>
Indicates whether the control should enable its Accessibility support.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.callfromSetValue">
<summary>
Check whether Value is set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.baseThemeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.canApplyTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.isVisualStyleEnabled">
<summary>
It contains the value of the IsVisualStyleEnabled property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Input.SfNumericTextBox.intermediateMinMaxValidationText">
<summary>
It maintains the entered text for minimum value validation
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> class.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfNumericTextBox.ValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> property has been changed.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfNumericTextBox.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> has changed.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Input.SfNumericTextBox.ThemeChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Font">
<summary>
Overrides the base class font property.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value">
<summary>
Gets or sets the value property, which may be vary depends on <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MinValue"/> and <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MaxValue"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.MinValue">
<summary>
Gets or sets the minimum value for the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.MaxValue">
<summary>
Gets or sets the maximum value for the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.AllowNull">
<summary>
Gets or sets a value indicating whether the null value is allowed in <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.HideTrailingZeros">
<summary>
Gets or sets a value indicating whether the trailing zeros should be displayed or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.NumberFormatInfo">
<summary>
Gets or sets the formatting information for the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/>, using this formatting and parsing the numeric values can be done.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Text">
<summary>
Overrides the Text property of <see cref="T:System.Windows.Forms.TextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.WatermarkText">
<summary>
Gets or sets the content which should be displayed when <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> is empty and the control is not in focus.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.ValueChangeMode">
<summary>
Gets or sets the mode which define when the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> should be changed and <see cref="E:Syncfusion.WinForms.Input.SfNumericTextBox.ValueChanged"/> event should be called.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.ValidationMode">
<summary>
Gets or sets when the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MinValue"/> and <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.MaxValue"/> validation need to be performed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.FormatMode">
<summary>
Gets or sets the mode type for <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> which defines how the value needs to be formatted, where formatting is done using NumberFormatInfo.
</summary>
<remarks>
If Mode specified as Currency, then value formatted based on currency format setting of NumberFormatInfo.
If Mode specified as Percent, then value formatted based on percent format setting of NumberFormatInfo.
If Mode specified as Numeric, then value formatted based on numeric format setting of NumberFormatInfo.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.LostFocusValidation">
<summary>
Gets or sets mode which defines how the <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.Value"/> need to be reset after validation fails when <see cref="P:Syncfusion.WinForms.Input.SfNumericTextBox.ValidationMode"/> is set to <see cref="F:Syncfusion.WinForms.Input.Enums.ValidationMode.LostFocus"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.InterceptArrowKeys">
<summary>
Gets or sets a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to select values.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Prefix">
<summary>
Gets or sets the value to prepend the string to the formatted text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Suffix">
<summary>
Gets or sets the value to append the string to the formatted text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.BackColor">
<summary>
Gets or sets the back color property of <see cref="T:System.Windows.Forms.TextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Style">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Input.Styles.NumericTextBoxVisualStyle"/> value to customize the appearance of the Textbox.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the SfNumericTextBox control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.ThemeName">
<summary>
Gets or sets the theme name of the Numeric TextBox control.
</summary>
<value>
The default value is null.
</value>
<remarks>
The theme will be applied only when the particular theme for this control has included the Themes assembly.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="!:Syncfusion.WinForms.Core.SfSkinManager"/> theme style
has been applied to the control. If the value is true, then the SkinManager theme will apply to the control, otherwise
the SkinManager theme will not affect the control theme.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.AccessibilityEnabled">
<summary>
Gets or sets a value indicating whether the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control should enable its Accessibility support.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.BaseThemeName">
<summary>
Gets or sets the BaseThemeName of the control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.VisualTheme">
<summary>
Gets or sets the visualTheme of the control, which holds the ThemeName applied from SkinManager
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.CreateParams">
<summary>
Encapsulates the styles and other information while creating the control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.BorderColor">
<summary>
Gets or sets the internal border color for drawing the border in all states.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.IntermediateText">
<summary>
Gets or sets the Intermediate text of the textbox
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.PreviousText">
<summary>
Gets or sets the previous text of the textbox.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.SfNumericTextBox.PreviousValue">
<summary>
Gets or sets the previous value of the textbox.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.GetActiveThemeName">
<summary>
Gets the active theme name of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/> control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.RefreshControl">
<summary>
Forces the control to invalidate its client area when updateCount value is less than or equal to zero.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.HandleShortcutMenu(System.Windows.Forms.Message@)">
<summary>
Handles shortcut menus
</summary>
<param name="m">Windows message</param>
<returns>Returns True, if it handles</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnWmNcPaint(System.Windows.Forms.Message@)">
<summary>
Paints the Non client area
</summary>
<param name="m">Gives the windows message</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnWmNcCalcSize(System.Windows.Forms.Message@)">
<summary>Calculate the non client rectangle size.</summary>
<param name="m">Windows Message</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object for the control.
</summary>
<returns>A new System.Windows.Forms.AccessibleObject for the control.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnValueChanged(Syncfusion.WinForms.Input.Events.ValueChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.WinForms.Input.SfNumericTextBox.ValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.WinForms.Input.Events.ValueChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Layout method
</summary>
<param name="levent">Layout EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnLeave(System.EventArgs)">
<summary>
Raises when the TextBox lost focus
</summary>
<param name="e">Events argument</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnLostFocus(System.EventArgs)">
<summary>
Lost focus
</summary>
<param name="e">Event Args</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnEnter(System.EventArgs)">
<summary>
Raises the enter event of the Textbox
</summary>
<param name="e">Events argument</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the enable changed event of the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>
</summary>
<param name="e">Events argument</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Override for Paint event
</summary>
<param name="e">Paint event argument</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnTextChanged(System.EventArgs)">
<summary>
Text changed event
</summary>
<param name="e">Event argument</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnGotFocus(System.EventArgs)">
<summary>
Got Focus
</summary>
<param name="e">Event Args</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnForeColorChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.ForeColorChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Mouse down
</summary>
<param name="e">Mouse EventArgs</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnMouseLeave(System.EventArgs)">
<summary>
Activates the mouse leave event for the control
</summary>
<param name="e">Event args</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.OnMouseEnter(System.EventArgs)">
<summary>
Activates the mouse enter event for the control
</summary>
<param name="e">Event args</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ProcessKeyMessage(System.Windows.Forms.Message@)">
<summary>
This method overrides the <see cref="M:System.Windows.Forms.Control.ProcessKeyMessage(System.Windows.Forms.Message@)"/> method
and handles the key messages that are of interest to the NumberTextBox.
</summary>
<param name="m">The message that is to handled.</param>
<returns>True if the key message is handled; false otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
Overrides to suppress KeyPress. Only the KeyPress event is raised - no other processing is done.
</summary>
<param name="m">The message.</param>
<returns>True if the message is a KeyPress; otherwise the base class handles this.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.Paste">
<summary>
Pastes the data in the clipboard into the NumberTextBox control.
</summary>
<remarks>
The data will be formatted before being pasted into the text box.
</remarks>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.WndProc(System.Windows.Forms.Message@)">
<summary>
Window Procedure call back function
</summary>
<param name="m">Gives the Windows message</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeValue">
<summary>
Serialize the value
</summary>
<returns>Returns true if the value is 0.0</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeValidationMode">
<summary>
Serialize the ValidationMode
</summary>
<returns>Returns true if the ValidationMode is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeMinValue">
<summary>
Serialize the minimum value
</summary>
<returns>Returns true if the minimum value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeNumberFormatInfo">
<summary>
Serialize the NumberFormatInfo property
</summary>
<returns>Returns true if the NumberFormatInfo value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeMaxValue">
<summary>
Serialize the maximum value
</summary>
<returns>Returns true if the maximum value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeHideTrailingZeros">
<summary>
Serialize the HideTrailingZeros property
</summary>
<returns>Returns true if the HideTrailingZeros value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeMode">
<summary>
Serialize the Mode property
</summary>
<returns>Returns true if the Mode value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeWatermarkText">
<summary>
Serialize the WaterMarkText property
</summary>
<returns>Returns true if the WaterMarkText value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeLostFocusValidation">
<summary>
Serialize the LostFocusValidation property
</summary>
<returns>Returns true if the LostFocusValidation value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeValueChangeMode">
<summary>
Serialize the ValueChangeMode property
</summary>
<returns>Returns true if the ValueChangeMode value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeHandleArrowKeys">
<summary>
Serialize the HandleArrowKeys property
</summary>
<returns>Returns true if the BorderColor value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ShouldSerializeAccessibilityEnabled">
<summary>
Serialize the AccessibilityEnabled property
</summary>
<returns>Returns true if the AccessibilityEnabled value is set to its default value</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetValue">
<summary>
Reset the value
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetMinValue">
<summary>
Reset the minimum value
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetMaxValue">
<summary>
Reset the maximum value
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetHideTrailingZeros">
<summary>
Reset the HideTrailingZeros
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetHandleArrowKeys">
<summary>
Reset the HandleArrowKeys
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetMode">
<summary>
Reset the Mode
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetWatermarkText">
<summary>
Reset the WaterMarkText
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetNumberFormatInfo">
<summary>
Reset the value
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetValidationMode">
<summary>
Reset the ValidationMode
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetLostFocusValidation">
<summary>
Reset the LostFocusValidation
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetValueChangeMode">
<summary>
Reset the LostFocusValidation
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.ResetAccessibilityEnabled">
<summary>
Reset the AccessibilityEnabled
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.WinForms.Theme.IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.Input.SfNumericTextBox.ThemeChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.DrawDisabledText(System.Windows.Forms.PaintEventArgs)">
<summary>
Draws the text for disabled state.
</summary>
<param name="eventArgs">Paint event argument</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.InvalidateWindow">
<summary>
Redraws the whole control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.GetNumberFormatInfo">
<summary>
Get the number format for the Numeric textbox
</summary>
<returns>Number format</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.GetNumberDecimalDigit">
<summary>
Get the number decimal digits for the Numeric textbox
</summary>
<returns>Returns Number decimal digits</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.GetNumberGroupSeparator">
<summary>
Gets the NumberGroupSeparator for the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>
</summary>
<returns>Returns number group separator.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.GetDecimalSeparator">
<summary>
Gets the NumberDecimalSeparator for the <see cref="T:Syncfusion.WinForms.Input.SfNumericTextBox"/>
</summary>
<returns>Returns number decimal separator.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.SetCursorPosition(System.Int32)">
<summary>
Set the empty selection to the formatted text
</summary>
<param name="cursorPos">Sets the cursor position</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.SetValue(System.String)">
<summary>
Set the Text property for the base text.
</summary>
<param name="newText">String value for the text property</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.SetIntermediateFormatText(System.String)">
<summary>
Sets Intermediate Formatted Text on key press
</summary>
<param name="unformattedText">Not formatted Text</param>
<returns> Formatted Text</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.SetText(System.Double)">
<summary>
Sets the value to the Numeric TextBox
</summary>
<param name="parsedValue">Double Value</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.SetText(System.Nullable{System.Double})">
<summary>
Set the double value for the TextBox
</summary>
<param name="value">The double value passed to it</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.HandleUpKey">
<summary>
Increment value by 1 for Up arrow key
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.HandleDownKey">
<summary>
Decrement value by 1 for down arrow key
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.HandleFunctionKeys(System.Int32,System.Int32)">
<summary>
Handles the functions keys like control and shift keys
</summary>
<param name="keyData">Key value</param>
<param name="previousStartPosition">Selection start</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.HandleBackspaceKey(System.String,System.Int32,System.Int32,System.Int32)">
<summary>
Handles the backspace key
</summary>
<param name="text">Current text</param>
<param name="selectionStart">Start selection of the text</param>
<param name="selectionLength">Length of the selection</param>
<param name="keyData">Entered key data</param>
<returns>Returns true,if the current text is not handled</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.HandleNegativeSign(System.Int32)">
<summary>
Handles the Negative sign
</summary>
<param name="keyData">Negative sign key value</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.InsertText(System.Int32)">
<summary>
Inserts the given key value in the specified position
</summary>
<param name="keyData">Pressed key value</param>
</member>
<member name="M:Syncfusion.WinForms.Input.SfNumericTextBox.SetForeColor(System.Nullable{System.Double})">
<summary>
Sets the Fore color of the Textbox
</summary>
<param name="nullablevalue">Value of the textbox</param>
</member>
<member name="T:Syncfusion.WinForms.Input.NamespaceDoc">
<summary>
The Syncfusion.WinForms.Input namespace contains classes to create input controls such as NumericTextBox, Calendar, DateTimeEdit and etc,. that are needed for creating Windows-based applications with rich user interface.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Input.InputLocalizationResource">
<summary>
Represents a class which contains resource manager that provides convenient access to culture-specific resources at run time.
</summary>
<exclude />
</member>
<member name="M:Syncfusion.WinForms.Input.InputLocalizationResource.SetResources(System.Reflection.Assembly,System.String)">
<summary>
Sets the resource manager based on the assembly and namespace.
It can be used to get the values from the application resource files
when the assembly name and the namespace of the control or application is different.
</summary>
<param name="controlAssembly">The control assembly.</param>
<param name="nameSpace">The namespace of the control.</param>
</member>
<member name="M:Syncfusion.WinForms.Input.InputLocalizationResource.GetString(System.String)">
<summary>
Gets the localized string for the current culture.
</summary>
<param name="name">The string that need to be localized.</param>
<returns>Returns the localized string.</returns>
</member>
<member name="M:Syncfusion.WinForms.Input.InputLocalizationResource.GetObject(System.Globalization.CultureInfo,System.String)">
<summary>
Get localized version of the object.
</summary>
<param name="name">Name of the localized resource.</param>
<returns>Localized version of the object.</returns>
</member>
<member name="T:Syncfusion.WinForms.Input.InputLocalizationResourceAccessor">
<inheritdoc cref="!:LocalizaResourceAccessor" />
</member>
<member name="F:Syncfusion.WinForms.Input.InputLocalizationResourceAccessor.Instance">
<summary>
Instance of <see cref="T:Syncfusion.WinForms.Input.InputLocalizationResourceAccessor"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Input.InputLocalizationResourceAccessor.GetControlAssembly">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly" />
</member>
<member name="M:Syncfusion.WinForms.Input.InputLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace"/>
</member>
<member name="T:Syncfusion.WinForms.Input.Syncfusion_SfInput_WinForms">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Syncfusion_SfInput_WinForms.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Syncfusion_SfInput_WinForms.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Syncfusion_SfInput_WinForms.NoneButtonText">
<summary>
Looks up a localized string similar to None.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Input.Syncfusion_SfInput_WinForms.TodayButtonText">
<summary>
Looks up a localized string similar to Today.
</summary>
</member>
</members>
</doc>