The <aside> element is used for content that is tangentially related to the contentaround it. In practical terms, I often […]
Tác giả: quantri
The article element
The <article> element, alongside <section>, can easily lead to confusion. Icertainly had to read and re-read the specifications of each […]
The nav element
The <nav> element is used to wrap major navigational links to other pages or partswithin the same page. As it […]
The section element
The <section> element is used to define a generic section of a document orapplication. For example, you may choose to […]
The main element
For a long time, HTML5 had no element to demarcate the main content of a page. Itwas argued that the […]
Tùy biến them underscore
Trang chủ dự án Trang github https://github.com/automattic/_s Bước 1. Cài đặt dự án Tải dự án từ Github Hoặc tải […]
SearchLookUpEdit – create columns at runtime
Control này thì giống như LookupEdit nhưng về cột thì khác Nguồn: https://supportcenter.devexpress.com/ticket/details/q410819/searchlookupedit-create-columns-at-runtime GridColumn column2 = searchLookUpEdit1.Properties.View.Columns.AddField(“ketluan”);column2.Visible = true;GridColumn column […]
LookUpEdit
Cách để custom lại cột của Lookup Edit lookUpEdit1.Properties.Columns.Add(new DevExpress.XtraEditors.Controls.LookUpColumnInfo(“Name”, 100, “Full Name”)); Này là add một cột vô nhe: […]