Xceed SmartUI Documentation
SmartItems Categories / Edit SmartItems
In This Topic
    Edit SmartItems
    In This Topic

    EditFlat: EditFlat is an EditBox, which is flat, and displays a sunken border, when the mouse is hover the SmartItem, or when the edit has the focus. EditFlat can have a Caption on the left, and a Image on the left of the caption. The Value corresponds to the EditBox Value. You can get/set the Edit text by getting or setting the Value.

    Edit3D: Edit3D is a standard EditBox. Edit3D can have a Caption on the left, and a Image on the left of the caption. The Value corresponds to the EditBox Value. You can get/set the Edit text by getting or setting the Value.

    EditPasswordFlat: EditPassWordFlat is an EditFlat-type SmartItem, which displays password characters (it masks the data capture with stars). 

    EditPassword3D: EditPassword3D is an Edit3D-type SmartItem, which displays password characters (it masks the data capture with stars). 

    EditRightAlignFlat: EditRightAlignFlat is an EditFlat-type SmartItem, aligned to the right. 

    EditRightAlign3D: EditRightAlign3D is an Edit3D-type SmartItem, aligned to the right. 

    EditMultiLineFlat: EditMultiLineFlat is an EditFlat-type SmartItem, which is multiline. 

    EditMultiLine3D: EditMultiLine3D is an Edit3D-type SmartItem, which is multiline.

    EditBrowseFlat: EditBrowseFlat is an EditFlat-type SmartItem, with a Browse button.

    EditBrowse3D: EditBrowse3D is an Edit3D-type SmartItem, with a Browse button.