set => this.SetValue(CaptionProperty, value);
set => SetValue(CaptionProperty, value);
public override void BindProperties() { base.BindProperties(); CaptionProperty.BindTo(this, this, "HeaderText"); }