Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class / Behavior Property

In This Topic
    Behavior Property
    In This Topic
    Gets or sets the field behavior.

    Default value is SeqFieldBehavior.Next.

    If Bookmark property value is not a null reference (Nothing in Visual Basic) the value is SeqFieldBehavior.Bookmark.

    Syntax
    'Declaration
     
    Public Property Behavior As SeqFieldBehavior
    public SeqFieldBehavior Behavior {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to set SeqFieldBehavior.Bookmark and property Bookmark is a null reference (Nothing in Visual Basic) or empty string.
    See Also