Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Settings Namespace / ColumnSettings Class / CellSpanningDirection Property


In This Topic
    CellSpanningDirection Property (ColumnSettings)
    In This Topic
    Gets or sets a value indicating the direction in which a cell can span in order to merge with other cells.
    Syntax
    'Declaration
     
    Public Property CellSpanningDirection As Nullable(Of CellSpanningDirection)
    'Usage
     
    Dim instance As ColumnSettings
    Dim value As Nullable(Of CellSpanningDirection)
     
    instance.CellSpanningDirection = value
     
    value = instance.CellSpanningDirection
    public Nullable<CellSpanningDirection> CellSpanningDirection {get; set;}

    Property Value

    CellSpanningDirection value indicating the direction in which a cell can span in order to merge with other cells.
    Requirements

    Target Platforms: Windows 11, Windows, 10, 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