Grid_Mata 2.0.0.4

dotnet add package Grid_Mata --version 2.0.0.4
NuGet\Install-Package Grid_Mata -Version 2.0.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Grid_Mata" Version="2.0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Grid_Mata --version 2.0.0.4
#r "nuget: Grid_Mata, 2.0.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Grid_Mata as a Cake Addin
#addin nuget:?package=Grid_Mata&version=2.0.0.4

// Install Grid_Mata as a Cake Tool
#tool nuget:?package=Grid_Mata&version=2.0.0.4

Show Video ⇒ https://youtu.be/yDB7ZFQ9a_0

(.dll dosyasını indirdikten sonra toolbox a add item ile ekleyiniz...)

Listeleme yapmak için IQueryable<T> türünde değer gönderin... Özellik penceresini açmak için Aşağı butonuna basın.. Görüntülemek istediğiniz alanları seçin Uygulaya basın... Filtrelemek istediğini alanları seçin Uygulaya basın... Çıktı almak için Dökümente basın...

Listeleme Yapmak için ;

Listele( IQueryable<T> ) ⇒ gridMata1.Listele(db.tbl_KisiSicilBilgileri);

Renklendirme için ;

Renklendir(AlanAdı,Değer,Renk ) ⇒ gridMata1.Renklendir_SabitDegereGore("MedeniHali", "Bekar", Color.Red); Renklendir(AlanAdı,liste,Renk ) ⇒ gridMata1.Renklendir_ListeyeGore("id", kisiler, Color.Red); Renklendir(AlanAdı,Sayi,AramaSekli,Renk ) ⇒ gridMata1.Renklendir_SabitDegereGore("id", 2104, AramaSekli.Eşit, Color.Bisque);

Arama Şekli = Enum =Büyük , Küçük, Eşit...

⇒ gridMata1.TumalanlarIcınFiltreAktif(); --> Datagridi, Bütün alanlara göre filtreleme hazır olarak çağırır... ⇒ gridMata1 için Click olayı eklendi.. Aktif etmek için form constructor' a event eklemek yeterlidir... public Form1() { InitializeComponent(); gridMata1.datagridviewClik+=new EventHandler(gridMata1_Click); }

private void gridMata1_Click(object sender, EventArgs e) { MessageBox.Show(gridMata1.satirBilgileri["TcNo"].ToString()); }

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.4 3,167 12/18/2017
2.0.0.3 1,663 12/14/2017
2.0.0.2 1,728 12/13/2017
2.0.0 1,905 12/7/2017

Listeleme Metoduna List<T> türü eklendi...