The Filter property of the ExplorerControl and RadFileDialogs allows you to set filter patterns for the files. Setting a wildcard pattern that contains part of the file name doesn't work. For example:
dialog.Filter = "Special files|.*_FileNamePart.txt"