[]
Gets or sets the text color of buttons on the command bar of the Spread component.
[Bindable(true)]
[TypeConverter(typeof(WebColorConverter))]
public Color ButtonTextColor { get; set; }
<Bindable(True)>
<TypeConverter(GetType(WebColorConverter))>
Public Property ButtonTextColor As Color