skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CommentEntryViewModel

View Model for comment entry user control.

Inheritance
System.Object
ViewModelBase
CommentEntryViewModel
Inherited Members
ViewModelBase.VerifyPropertyName(String)
ViewModelBase.InvokeOnUIThread(Action)
ViewModelBase.Dispose()
ViewModelBase.RaisePropertyChanged(String)
ViewModelBase.OnPropertyChanged(String)
ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)
ViewModelBase.Dispose(Boolean)
ViewModelBase.PropertyChanged
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll

Syntax

public class CommentEntryViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable

Constructors

CommentEntryViewModel(IFloatingComment, FloatingCommentType, Boolean, Nullable<DateTime>)

Initializes a new instance of the CommentEntryViewModel.

Declaration
public CommentEntryViewModel(IFloatingComment comment, FloatingCommentType commentType, bool isResolved, Nullable<DateTime> creationDate)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.Comments.IFloatingComment comment

FloatingCommentType commentType

System.Boolean isResolved

System.Nullable<System.DateTime> creationDate

Properties

AreAllButtonsCollapsed

Gets or sets the are all the buttons collapsed state.

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

AuthorInitials

Gets the initials of the author of the comment.

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

The author initials value.

AuthorName

Gets the name of the author of the comment.

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

The author name value.

CancelClickCommand

Gets the cancel command.

Declaration
public ICommand CancelClickCommand { get; }
Property Value
System.Windows.Input.ICommand

The cancel command.

CellName

Gets the name of the related to the comment cell.

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

The name of the cell value.

CommentType

Gets the comment type.

Declaration
public FloatingCommentType CommentType { get; }
Property Value
FloatingCommentType

CreationDate

Gets the date when the comment is created.

Declaration
public Nullable<DateTime> CreationDate { get; set; }
Property Value
System.Nullable<System.DateTime>

The creation date value.

DeleteThreadCommand

Gets the delete thread command.

Declaration
public ICommand DeleteThreadCommand { get; }
Property Value
System.Windows.Input.ICommand

The delete thread command.

EditClickCommand

Gets the edit command.

Declaration
public ICommand EditClickCommand { get; }
Property Value
System.Windows.Input.ICommand

The edit command.

HasAnotherPendingComment

Gets or sets whether there is another pending comment.

Declaration
public bool HasAnotherPendingComment { get; }
Property Value
System.Boolean

IsAnotherCommentInEditMode

Gets or sets the is another comment in edit mode state.

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

IsAnotherCommentReplyInEditMode

Gets or sets the is another reply in edit mode state.

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

IsComment

Gets or sets the is comment state.

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

If true the entry is a comment, otherwise - a reply.

IsCommentInCreationState

Gets the is comment in creation state.

Declaration
public bool IsCommentInCreationState { get; }
Property Value
System.Boolean

IsCommentResolved

Gets or sets the is comment resolved state.

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

IsCommentSpecific

Gets the is comment specific state.

Declaration
public bool IsCommentSpecific { get; }
Property Value
System.Boolean

IsInEditMode

Gets or sets the is in edit mode state.

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

IsOptionsDropDownOpen

Gets or sets whether the options dropdown is open.

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

If true the dropdown is open, otherwise - closed.

IsReadOnly

Gets or sets the is readonly state.

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

IsReplySpecific

Gets the is reply specific state.

Declaration
public bool IsReplySpecific { get; }
Property Value
System.Boolean

IsTextboxEditable

Gets or sets the is text box editable state.

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

ResolveThreadCommand

Gets the resolve thread command.

Declaration
public ICommand ResolveThreadCommand { get; }
Property Value
System.Windows.Input.ICommand

The resolve thread command.

SaveClickCommand

Gets the save command.

Declaration
public ICommand SaveClickCommand { get; }
Property Value
System.Windows.Input.ICommand

The save command.

Text

Gets or sets the text of the comment.

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

The text value.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.