menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionColumnFormat - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionColumnFormat

    Represents the selection column format in DocumentEditor.

    Inheritance
    System.Object
    SelectionColumnFormat
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class SelectionColumnFormat : Object

    Constructors

    SelectionColumnFormat()

    Declaration
    public SelectionColumnFormat()

    Properties

    Space

    Gets or sets the space in between this column and next column.

    Declaration
    public double Space { get; set; }
    Property Value
    Type Description
    System.Double

    Returns the space value between this column and next column.

    Width

    Gets or sets the width of the column.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Returns the width of the column.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved