FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailCellCreatingEventArgs Class / Content Property

In This Topic
    Content Property (GridDetailCellCreatingEventArgs)
    In This Topic
    Gets or sets the visual element displayed as the row details.
    Syntax
    'Declaration
     
    Public Property Content As FrameworkElement
    public FrameworkElement Content {get; set;}
    See Also