Showing posts with label UI. Show all posts
Showing posts with label UI. Show all posts

Tuesday, January 11, 2011

Wednesday, September 1, 2010

WPF Navigation OverView

file:///C:/Users/david/Desktop/coding_ref/dotNET/WPF/WPF%20Navigation%20-%20Paul%20Stovell.htm

Microsoft Inductive User Interface Guidelines

Microsoft Inductive User Interface Guidelines

Tuesday, March 23, 2010

DevExpress XtraGrid - Group by Column - Enable/Disable

assuming you have

DevExpress.XtraGrid.GridControl gridControl;
DevExpress.XtraGrid.Views.Grid.GridView gridView;

to enable grouping capability
gridView.OptionsView.ShowGroupPanel = true

to disable
gridView.OptionsView.ShowGroupPanel = false