Mini Kabibi Habibi
Imports System.Collections
Imports System.ComponentModel
Imports DevExpress.Tutorials
Namespace DevExpress.XtraVerticalGrid.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 Vertical Property Grid for WinForms by DevExpress offers you an entirely new way in which to develop highly elegant and functional user interfaces. Fully optimized for utmost flexibility, the XtraVerticalGrid will help you build stunning data entry forms with complete control over the information displayed on-screen." & vbCrLf & vbCrLf & "The XtraVerticalGrid can be thought of as an inverted grid control - allowing you to display individual rows from a dataset or to display multiple dataset rows within the container. In addition, you can use it to build a Property Grid just like that found in the Visual Studio IDE." & vbCrLf & vbCrLf & "Give the XtraVerticalGrid 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.XtraVerticalGrid.Images.XtraVerticalGrid.png", GetType(VGridControl).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductImageLight() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraVerticalGrid.Images.XtraVerticalGrid_light.png", GetType(VGridControl).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