Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDatePicker Class / Name Property

In This Topic
    Name Property (RibbonDatePicker)
    In This Topic
    Gets or sets the unique name for this RibbonItem.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also