ComponentOne Ribbon for WinForms
RibbonDateFormat Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : RibbonDateFormat Enumeration
Selects a standard format pattern for the RibbonDatePicker.
Syntax
'Declaration
 
Public Enum RibbonDateFormat 
   Inherits System.Enum
public enum RibbonDateFormat : System.Enum 
Members
MemberDescription
CustomThe date is converted to a string using the custom format pattern.
LongDateThe date is converted to a string using the format pattern for a long date value.
MonthDayThe date is converted to a string using the format pattern for a month and day value.
ShortDateThe date is converted to a string using the format pattern for a short date value.
YearMonthThe date is converted to a string using the format pattern for a year and month value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Ribbon.RibbonDateFormat

See Also

Reference

C1.Win.C1Ribbon Namespace