Click here to Skip to main content
15,896,539 members
Articles / Programming Languages / C#

Ordering Items in the Property Grid

Rate me:
Please Sign up or sign in to vote.
4.90/5 (73 votes)
5 Apr 2004CPOL3 min read 206.8K   7.3K   81  
A simple custom attribute to order properties in the PropertyGrid.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderedPropertyGridDemo", "OrderedPropertyGridDemo.csproj", "{3C4E3F4B-58CB-48A1-B414-A8D23CF105A0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3C4E3F4B-58CB-48A1-B414-A8D23CF105A0}.Debug.ActiveCfg = Debug|.NET
		{3C4E3F4B-58CB-48A1-B414-A8D23CF105A0}.Debug.Build.0 = Debug|.NET
		{3C4E3F4B-58CB-48A1-B414-A8D23CF105A0}.Release.ActiveCfg = Release|.NET
		{3C4E3F4B-58CB-48A1-B414-A8D23CF105A0}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
New Zealand New Zealand
Working with code since 1994. Mostly c#, with history in VC++, Embedded C++, Delphi, and Modular 2. Working in the finanical sector.

Comments and Discussions