-
[WPF] ReadOnly PropertyC#/WPF 2023. 5. 24. 10:48
[ReadOnly(true)]
public class AddDeviceProperty { // 속성창에 표시되는 항목들 [ReadOnly(true)] public string Image { get; set; } [ReadOnly(true)] public string Name { get; set; } [ReadOnly(true)] public string Base { get; set; } [ReadOnly(true)] public string Slot { get; set; } [ReadOnly(true)] public string Description { get; set; } [ReadOnly(true)] public string Notes { get; set; } }
728x90'C# > WPF' 카테고리의 다른 글
[WPF] EventHandler (0) 2023.05.31 [WPF] Access view control from viewmodel (0) 2023.05.31 [WPF] ObservableCollection Filter (0) 2023.05.19 [WPF] 인터넷 link (0) 2023.05.17 [WPF] initializecomponent(); 에러 (0) 2023.05.12 댓글