in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • InheritsFrom constraint in VB

    I can not seem to have InheritsFrom constraint trigger properly in Vb. Before reporting a bug I thought that I would see if anyone here spots a problem with my approach. Vb Template: Name: zz Code: private Const FOOBAR as String = "This is foobar in VB" C# Template: Name zz Code: private const...
    Posted to CodeRush for Visual Studio (Forum) by Mark Wallace on 10/5/2007
    Filed under: C#, VB, CodeRush, Template
  • Need a real "Smart Return"

    I now that Smart Return is used for the return value of a method. But I'm running into a problem because I would like to have the same thing on the return value of a instance method for my template. For example: List<Application> listApplication = new List<Application>(); <<Smart...
    Posted to CodeRush for Visual Studio (Forum) by Mike Booth on 10/10/2007
    Filed under: CodeRush, Template
  • customize the smart constructor

    Is there a possibility to customize the smart constructor template? For example: I want to add comments to some private fields. Then when I call the smart constructor, I'dd like to see the comments added behind the privates to be in the summary XML comments. (or perhaps moved to the summary.) So...
    Posted to CodeRush for Visual Studio (Forum) by Freek Bos on 11/2/2007
    Filed under: Template, Smart Constructor
  • Re: ASPxNavBar template client

    Hello Miha, Although Plato has already answered your question in Support Center, you may take a look at the following tutorial that demonstrates the requested client-side functionality: http://demos.devexpress.com/Tutorials/ASPxperience/NavBar/ClientAccessToControlsInTemplate_DataBoundVersion/ClientAccessToControlsInTemplate_DataBoundVersion...
    Posted to ASPxperience (Forum) by Andrew T (Developer Express) on 12/5/2007
    Filed under: client-side, ClientInstanceName, template
  • Templates, Models and Customization

    As I am new to expressApp framework, may I ask some question about the customization feature of it 1. Can I customize the mainform (some article here already), but with RibbonForm 2. Can the model persist into database instead of a shared or local folder, as we will using ClickOnce to deploy the solution...
    Posted to eXpressApp Framework (Forum) by Kevin ZC on 12/29/2007
    Filed under: Model, Template
  • Template constraints: InheritsFrom and Generic base types

    Anyone have any advice on how to get the InheritsFrom constraint to work if the base type is a generic type? I am using VB,Net. Sample code: Public Class Foo Inherits Bar(Of Integer) End Class Public Class Bar(Of T) End Class InheritsFrom parameters that I have tried: Bar Bar(of T) Bar(of ?Type?) Thanks...
    Posted to CodeRush for Visual Studio (Forum) by Mark Wallace on 2/7/2008
    Filed under: VB, CodeRush, Template
  • Creating a new call to a method based on the parent method's signature

    I am trying to create a template that simply calls another classes method and by default passes in the parameters from the parent method: private void GetSomething(string param1, int param2, List<bool> param3) { string result = Foo.GetAnotherThing(param1, param2, param3); //this is the line i want...
    Posted to CodeRush for Visual Studio (Forum) by Chris Christensen on 2/23/2008
    Filed under: C#, CodeRush, Template
  • Creating a new local variable based on the return type of a method.

    Hello again, I am trying to create a template that creates a local variable based on a methods return type. public List<Order> GetOrders(Guid customerId) { List<Order> orders = new List<Order>(); //this is what I want it to do } Here is my template «ReturnType» «Caret»«Field(«?FormatLocalName...
    Posted to CodeRush for Visual Studio (Forum) by Chris Christensen on 2/23/2008
    Filed under: C#, CodeRush, Template
  • Looking for an example of using the <<?Year>> string provider with the optional format parameter

    I'd like to use the Month, Day and Year string providers in a custom template to create a date entry like the following example: 09-Jun-08 Using the Day, Month and Year string providers you get something like: 9-6-2008 There is an optional formatting parameter for these string providers but I can...
    Posted to CodeRush for Visual Studio (Forum) by Stephen Study on 5/29/2008
    Filed under: CodeRush, Template, Coderush template
  • Re: ASPxNavBar template client

    Plato, Thanks for your quick responses to my previous emails. I have a request: Please provide an example similar to the above NavBar multi-select except this time within the TitlePanel template of the webgrid. This multi-select example will be much appreciated by many developers. thank you! Mark
    Posted to ASPxperience (Forum) by Mark Abraham on 6/3/2008
    Filed under: ASPxComboBox, template, ASPxGridView
Page 1 of 2 (19 items) 1 2 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED