Mini Kabibi Habibi
Imports System.Collections
Imports System.ComponentModel
Imports DevExpress.Tutorials
Namespace DevExpress.XtraTreeList.Demos
Partial Public Class About
Inherits ucAboutPage
Public Sub New()
' This call is required by the Windows Form Designer.
InitializeComponent()
' TODO: Add any initialization after the InitializeComponent call
End Sub
Protected Overrides ReadOnly Property ProductText() As String
Get
Return "The XtraTreeList Suite is a comprehensive WinForms TreeView and ListView control - a multi-purpose data visualization system that can display information as a TREE, a GRID, or a combination of both - in either data-bound or unbound mode. This unique synergy between a traditional grid and a traditional TreeView allows you to create cutting-edge and visually appealing application interfaces for your end-users." & vbCrLf & vbCrLf & "Give the XtraTreeList Suite a try and see for yourself - if it is not the best and most comprehensive product library of its kind, return it to us within the first 60 days from purchase for an UNCONDITIONAL no questions asked refund!"
End Get
End Property
Protected Overrides ReadOnly Property ProductImage() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraTreeList.Images.XtraTreeList.png", GetType(TreeList).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductImageLight() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraTreeList.Images.XtraTreeList_light.png", GetType(TreeList).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductKind() As DevExpress.Utils.About.ProductKind
Get
Return DevExpress.Utils.About.ProductKind.DXperienceWin
End Get
End Property
End Class
End Namespace