Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8463941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:35:24+00:00 2026-06-10T14:35:24+00:00

I created a custom controll in expression Blend and added a property. I found

  • 0

I created a custom controll in expression Blend and added a property. I found the property in Blend, but the option for create a databinding isn’t available. What do I have to make that I can add databindings through Blend?

Code Property:

    public string TileText
    {
        get { return this.labelTileText.Text; }
        set { this.labelTileText.Text = value; }
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T14:35:26+00:00Added an answer on June 10, 2026 at 2:35 pm

    If you want to enable databinding on a property of a custom control, you need to create a dependency property for that property.

    The property:

    public string TileText { 
         get { return this.labelTileText.Text; } 
         set { this.labelTileText.Text = value; } 
    }
    

    Dependency property:

    public static readonly DependencyProperty TileTextProperty = DependencyProperty.Register(
    "TileText", typeof(String), typeof(ClassName), new UIPropertyMetadata("default value", callBack));
    

    And then you should implement that callBack function that to be called whenever ‘TileText’ property is changed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a custom control but I can't bind a property to the
I have created a custom control and added a label property to it so
I am working on a custom control and have created a property in property
I have created a custom control for ImageButton as <Style TargetType={x:Type Button}> <Setter Property=Template>
I created a custom control in Expression Blend which consists of multiple TextBlock s
I've created a custom control using Expression Blend: <UserControl xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns:d=http://schemas.microsoft.com/expression/blend/2008 xmlns:mc=http://schemas.openxmlformats.org/markup-compatibility/2006 mc:Ignorable=d
I have created a custom tooltip that is shown for WPF controls, but not
in my Silverlight 4 application, I have created a custom control and added Visual
I have created two custom controls. On the basis of features any one of
Basically, I have created a custom control that uses an UpdatePanel, and as I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.