No announcements
Found 1796279 threads
-
1 Votes
Custom Control Property Collections
Hi, If you are creating a Custom Control inheriting WebControl there is always a virtual method available to make sure that it's Childs are rendered properly.Answered | 6 Replies | 2958 Views | Created by tompsonn - Tuesday, April 26, 2011 2:38 PM | Last reply by tompsonn - Thursday, April 28, 2011 1:42 PM -
0 Votes
Creating a collection Dependency Property in a custom user control
Hi Christopher, You can add Link objects under the HelpTopics.Links property element directly without any change to your source code, because the collection type of the ...Answered | 3 Replies | 3609 Views | Created by Christopher R McGuire - Tuesday, March 23, 2010 8:38 PM | Last reply by Linda Liu - Monday, March 29, 2010 8:02 AM -
4 Votes
Collection Control and Attached Property
I've added a new property (same type as Source) in my custom binding class which inherits the markup extension but i get a string conversion error...Answered | 10 Replies | 5091 Views | Created by Syslock - Friday, February 18, 2011 12:41 PM | Last reply by Sheldon _Xiao - Monday, March 7, 2011 5:12 AM -
0 Votes
Custom properties on Control Template
This will add all the necessary files to get you started for writing a custom control.Answered | 1 Replies | 2699 Views | Created by Micah Zoltu - Friday, March 23, 2012 6:21 PM | Last reply by Harikrishna Menon - Friday, March 23, 2012 10:00 PM -
0 Votes
User Control - Collection of Controls as Property C#
You need to add the controls to this.Controls() collection.Answered | 3 Replies | 11236 Views | Created by ChristopherClarke1984 - Thursday, June 24, 2010 5:05 AM | Last reply by Helen Zhou - Tuesday, June 29, 2010 9:09 AM -
0 Votes
Asserting custom properties on custom controls
You can hand-code this by getting AutomationElement from the NativeElement property of the UITestControl and then getting ValuePattern from this AutomationElement.Answered | 3 Replies | 5743 Views | Created by Morten_Nielsen - Wednesday, January 27, 2010 8:14 PM | Last reply by Gautam Goenka [MSFT] - Friday, January 29, 2010 5:43 AM -
0 Votes
Specifying a property as a collection
I was thinking if I want to create an extension based on a list of object(Radiobutton list,custom datagrid etc), I would need to have access to collection.Answered | 4 Replies | 4480 Views | Created by lee d - Friday, August 27, 2010 6:20 PM | Last reply by lee d - Saturday, August 28, 2010 10:17 AM -
0 Votes
WPF Custom binding Collection to non dependency property
hereAnswered | 10 Replies | 5939 Views | Created by Syslock - Friday, April 8, 2011 12:01 PM | Last reply by Andy ONeill - Friday, April 15, 2011 1:40 PM -
1 Votes
Custom Control Properties in a group
If a control has a property that is a complex type then the property window can expand to show the child properties.Answered | 5 Replies | 1084 Views | Created by CDrag - Tuesday, May 14, 2013 12:40 PM | Last reply by Faisal Ahmed Farooqui - Wednesday, May 15, 2013 6:58 AM -
2 Votes
custom control with unique value property
Actually there is nothing within the Control object that forces the Name property to be unique.Answered | 4 Replies | 1518 Views | Created by ms.seemi - Sunday, October 21, 2012 5:17 PM | Last reply by Reed Kimble - Sunday, October 21, 2012 5:59 PM -
2 Votes
How to access property on nested custom object collection?
In your scenario, if you want to concatenate number values, you need use custom code.Answered | 2 Replies | 807 Views | Created by CrazyDad0527 - Monday, March 14, 2016 7:35 PM | Last reply by CrazyDad527 - Tuesday, March 15, 2016 11:29 AM -
0 Votes
Custom Web Control Properties
Advanced ASP.NET » Custom Server Controls located here: http://forums.asp.net/19.aspx Have a great day!Answered | 1 Replies | 8500 Views | Created by Ron McCarthy - Tuesday, June 2, 2009 8:12 PM | Last reply by Shrikant Maske - Wednesday, June 3, 2009 4:50 AM -
0 Votes
Binding To a Property that is a Collection
Returning to my original code, I can see that the Items are being added to the collection and that the XAML property popup shows the items, but the page ...Answered | 11 Replies | 742 Views | Created by theresonlyonefinmaf - Monday, January 18, 2016 8:19 PM | Last reply by Xavier Xie-MSFT - Saturday, January 23, 2016 3:56 AM -
0 Votes
Custom Web Control Properties
I am trying to create a custom web control and need help with creating the properties of the control.Answered | 4 Replies | 8876 Views | Created by Ron McCarthy - Monday, June 1, 2009 9:18 PM | Last reply by Ron McCarthy - Wednesday, June 3, 2009 2:21 PM -
0 Votes
Custom Control with a Custom Data Type in Properties
Make sure the property is public, then add attributes as explained ...Answered | 1 Replies | 1641 Views | Created by Bob Johnston - Monday, December 3, 2012 7:33 PM | Last reply by Pieter Geerkens - Monday, December 3, 2012 7:39 PM -
0 Votes
How to : Custom Activity - Collection Property
Hello, I am trying to set up a custom activity for one of my workflows.Answered | 1 Replies | 4644 Views | Created by alexbf - Friday, June 25, 2010 2:02 PM | Last reply by Haripraghash - Wednesday, June 30, 2010 1:49 AM -
0 Votes
How to add a property to a custom control.
But is there any other way to implement this where I change the name of the property and the change will reflect in all controls.Answered | 5 Replies | 3269 Views | Created by mynkow - Monday, November 16, 2009 1:37 PM | Last reply by Khanna Gaurav - Monday, November 23, 2009 5:34 PM -
0 Votes
Collection Dependency property WPF
Now i need to have a collection as dependency property and through this collection data must be saved to xml file You can serialize the class which exposes the ...Answered | 1 Replies | 4635 Views | Created by SivaT - Friday, September 11, 2009 6:32 AM | Last reply by Jim Zhou - MSFT - Monday, September 14, 2009 9:42 AM -
0 Votes
Binding Custom property inside it's custom control
Hi, following is the reply that i prepared for other post but it binds the Dependency Property to the local property on the XAML as well.Answered | 8 Replies | 16790 Views | Created by hungdoan - Tuesday, April 5, 2011 2:54 AM | Last reply by hungdoan - Thursday, April 7, 2011 1:35 AM -
1 Votes
How to add a property of custom type to a custom control.
The answer is: "PropertyType (required) – The type of the property.Answered | 2 Replies | 4978 Views | Created by Anatoli.Iliev - Tuesday, November 15, 2011 9:18 AM | Last reply by Anatoli.Iliev - Thursday, November 17, 2011 9:14 AM - Items 1 to 20 of 1796279 Next ›
No announcements