Table of Contents
ClearButtonTemplate Property

Gets or sets the template for the clear button.

Syntax
 public DataTemplate ClearButtonTemplate { get; set; }
Remarks

The clear button is only displayed when ShowClearButton is true. See Using Clear Button for more details about this feature.

See Also