Skip to main content
All docs
V25.1
  • Row

    TextFormControl Interface

    Exposes members for form controls that contain text: button, check box, group box, label, and radio button.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public interface TextFormControl :
        FormControl,
        Shape,
        FloatingObject,
        ShapeFormatBase
    See Also