Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class
Members


In This Topic
    GcSpreadSheet Class
    In This Topic
    Represents a GcSpreadSheet control.
    Object Model
    GcSpreadSheet Class
    Syntax
    'Declaration
     
    <LicenseProviderAttribute(GrapeCity.Common.SpreadLicenseProvider)>
    <DescriptionAttribute("GcSpreadSheet")>
    <TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Grid)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class GcSpreadSheet 
       Inherits System.Windows.Controls.Control
    'Usage
     
    Dim instance As GcSpreadSheet
    [LicenseProvider(GrapeCity.Common.SpreadLicenseProvider)]
    [Description("GcSpreadSheet")]
    [TemplatePart(Name="Root", Type=System.Windows.Controls.Grid)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class GcSpreadSheet : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         GrapeCity.Windows.SpreadSheet.UI.GcSpreadSheet

    See Also