menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct BitVectorInt32.Section - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct BitVectorInt32.Section

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public struct Section

    Properties

    Mask

    Declaration
    public short Mask { get; }
    Property Value
    Type
    System.Int16

    Offset

    Declaration
    public short Offset { get; }
    Property Value
    Type
    System.Int16

    Methods

    Equals(BitVectorInt32.Section)

    Declaration
    public bool Equals(BitVectorInt32.Section obj)
    Parameters
    Type Name Description
    BitVectorInt32.Section obj
    Returns
    Type
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Overrides
    System.ValueType.ToString()

    ToString(BitVectorInt32.Section)

    Declaration
    public static string ToString(BitVectorInt32.Section value)
    Parameters
    Type Name Description
    BitVectorInt32.Section value
    Returns
    Type
    System.String

    Operators

    Equality(BitVectorInt32.Section, BitVectorInt32.Section)

    Declaration
    public static bool operator ==(BitVectorInt32.Section a, BitVectorInt32.Section b)
    Parameters
    Type Name Description
    BitVectorInt32.Section a
    BitVectorInt32.Section b
    Returns
    Type
    System.Boolean

    Inequality(BitVectorInt32.Section, BitVectorInt32.Section)

    Declaration
    public static bool operator !=(BitVectorInt32.Section a, BitVectorInt32.Section b)
    Parameters
    Type Name Description
    BitVectorInt32.Section a
    BitVectorInt32.Section b
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved