MarimerLLC / cslaforum

Discussion forum for CSLA .NET

Home Page:https://cslanet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPF XAML FriendlyName property

opened this issue · comments

Hello,

Is there a way to get a BO’s FriendlyName property (object's Display attribute) from WPF XAML? I was looking at the CSLA.XAML.PropertyInfo control but it doesn’t look that’s possible.

Version and Platform
CSLA version: 5.1.0
OS: Windows
Platform: .WPF + NET Standard 2.0

@MarceloJGaray I don't think this ever occurred to anyone (not me anyway) prior to my building the "propertyinfo" equivalent for Blazor.

It should be easy enough to add the equivalent of the Blazor FriendlyName property.

@MarceloJGaray I did add a work item to the backlog. I can't promise when I'll get to it, but you are welcome to submit a PR for the change if you'd like to ensure it ends up in the 5.2 release.

OK, thank you @rockfordlhotka!