Add filter column to FilterControl


/ Published in: VB.NET
Save to your folder(s)

Add filter column to FilterControl, Devexpress controls


Copy this code and paste it in your HTML
  1. FilterControl1.FilterColumns.Add(New UnboundFilterColumn("Name", "FielName", GetType(String), New RepositoryItemCheckEdit, DevExpress.Data.Filtering.Helpers.FilterColumnClauseClass.Generic))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.