Skip to main content
All docs
V23.2
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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