menu

WPF

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

    Show / Hide Table of Contents

    Class ExtendedAttributesBase

    Base class for ExtendedAttributes

    Inheritance
    System.Object
    ExtendedAttributesBase
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public class ExtendedAttributesBase

    Constructors

    ExtendedAttributesBase()

    Declaration
    public ExtendedAttributesBase()

    Properties

    DurationFormat

    Gets or sets the duration format for the extended attribute

    Declaration
    public DurationFormat DurationFormat { get; set; }
    Property Value
    Type
    DurationFormat

    DurationFormatSpecified

    Checks whether the duration format for the extended attribute is specified

    Declaration
    public bool DurationFormatSpecified { get; set; }
    Property Value
    Type
    System.Boolean

    FieldID

    Gets or sets the fieldID for the extended attribute

    Declaration
    public string FieldID { get; set; }
    Property Value
    Type
    System.String

    Value

    Gets or sets the Actual value of the extended attribute

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String

    ValueGUID

    Gets or sets the GUID of the value in the value list

    Declaration
    public string ValueGUID { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved