0
比方說,我有這個類定義中的DevExpress PropertyGrid.SelectedObject的級編輯型(在位編輯器)
public sealed class OptionsGrid
{
[Description("Teststring"), DisplayName("DisplaynameTest"), Category("Test")]
public string Test { get; set; }
}
是否有任何機會,以確定哪些編輯接枝(eG MemoEdit)應該被用於此排在課堂本身?
的Propertygrids SelectedObject設置這樣
propertyGridControl1.SelectedObject = new OptionsGrid();
非常感謝你的時間,作品非常棒! – Belial09
通過將'e.Row.Properties.Rowdata!= null'移動到方法的頂部,我稍微改進了性能。 – Dmitry
非常感謝你@Dmitry – Belial09