<Code Lib>
2026 Property
Changes 0
P

RibbonItem.ItemText

Description:
Gets or sets the text displayed on the item.
Remarks:
The text can be changed at run time. null or empty string is not allowed.

public virtual string ItemText { get; set; }

Loading…