Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / Title Property


In This Topic
    Title Property (GridControl)
    In This Topic
    Gets or sets the title of the grid displayed in the GroupByRow.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The title of the grid in the GroupByRow.")>
    <CategoryAttribute("Appearance")>
    <ApplyToDesignerAttribute(True)>
    Public Property Title As String
    'Usage
     
    Dim instance As GridControl
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    [Description("The title of the grid in the GroupByRow.")]
    [Category("Appearance")]
    [ApplyToDesigner(true)]
    public string Title {get; set;}

    Property Value

    A string representing the title of the grid displayed in the GroupByRow.
    Remarks

    To reset the value of the Title property to its default value, DefaultTitle, the ResetTitle method must be called or the Title property set to a null reference (Nothing in Visual Basic).

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also