RibbonDateEditItem Constructors
A ribbon item used to display the date edit functionality.| Name | Parameters | Description |
|---|---|---|
| RibbonDateEditItem() | none | Initializes a new instance of the RibbonDateEditItem class with default settings. |
| RibbonDateEditItem(String, String) | name, text | Initializes a new instance of the RibbonDateEditItem class with the specified name and text. |
| RibbonDateEditItem(String) | name | Initializes a new instance of the RibbonDateEditItem class with the specified name. |
See Also