HandyOrg / HandyOrg/HandyControl
[Feature request] Description of fields showen in PropertyGrid
Open
Nobody has claimed this yet.
:factory: enhancement
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Description of object fields is important, users need to see what does property do. Description of field can be set with Description Attribute, as Category set:
[Description("Some description of the field"), Category("SomeCategory")]
public string SomeFieldOfObject { get; set; }
In WinForms PropertyGrid description of field is showen at bottom.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests; start by locating the WPF PropertyGrid implementation and its existing property or category rendering. Check how Description attributes are read, then verify that a property's description appears in a bottom area like the WinForms example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100