$dropDownCaret public property
This property allows you to customize the HTML which is used to generate the drop down caret symbol, which is displayed next to the button text to indicate the drop down functionality. Defaults to null
which means <span class="caret"></span>
will be used. To disable the caret, set this property to be an empty string.
public string $dropDownCaret = null
Please login to continue.