skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact 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 Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free 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 RadSchedulerTextBoxEditor

Represents a textbox editor in RadGridView.

Inheritance
System.Object
RadSchedulerTextBoxEditor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll

Syntax

public class RadSchedulerTextBoxEditor : ISchedulerEditor

Constructors

RadSchedulerTextBoxEditor()

Initializes a new instance of the RadTextBoxEditor class.

Declaration
public RadSchedulerTextBoxEditor()

Fields

appointment

Declaration
protected IEvent appointment
Field Value
IEvent

editorManager

Declaration
protected IEditorManager editorManager
Field Value
IEditorManager

Properties

AcceptsReturn

Gets or sets whether the editor accepts the enter key in multiline mode

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

AcceptsTab

Gets or sets whether the editor accepts the tab key in multiline mode

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

CharacterCasing

Indicates if all characters should be left alone or converted to upper or lower case

Declaration
public CharacterCasing CharacterCasing { get; set; }
Property Value
System.Windows.Forms.CharacterCasing

EditorElement

Gets the RadElement associated with this editor.

Declaration
public virtual RadElement EditorElement { get; }
Property Value
RadElement

Implements
ISchedulerEditor.EditorElement

MaxLength

Specifies the maximum length of characters which could be entered

Declaration
public int MaxLength { get; set; }
Property Value
System.Int32

Multiline

The text could span more than a line when the value is true

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

Value

Declaration
public object Value { get; set; }
Property Value
System.Object

Methods

BeginEditorEdit(IEditorManager, IEvent)

Declaration
public virtual void BeginEditorEdit(IEditorManager editorManager, IEvent appointment)
Parameters
IEditorManager editorManager

IEvent appointment

Implements
ISchedulerEditor.BeginEditorEdit(IEditorManager, IEvent)

EndEditorEdit()

Declaration
public virtual bool EndEditorEdit()
Returns
System.Boolean

Implements
ISchedulerEditor.EndEditorEdit()

OnKeyPress(KeyPressEventArgs)

Handles the key press events in the editor.

Declaration
protected virtual void OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs e

A System.Windows.Forms.KeyPressEventArgs that contains the event data.

OnKeyUp(KeyEventArgs)

Handles the key up events in the editor.

Declaration
protected virtual void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs e

A System.Windows.Forms.KeyEventArgs that contains the event data.

Save()

Declaration
public virtual void Save()
Implements
ISchedulerEditor.Save()

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • 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.