Enum
FileSizeType

Options that specify the file size type in the main pane.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public enum FileSizeType

Fields

B

Specifies bytes file size type.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "B")]
B = 0

Field Value

FileSizeType

GB

Specifies gigabytes file size type.

Declaration

cs-api-definition
GB = 3

Field Value

FileSizeType

KB

Specifies kilobytes file size type.

Declaration

cs-api-definition
KB = 1

Field Value

FileSizeType

MB

Specifies megabytes file size type.

Declaration

cs-api-definition
MB = 2

Field Value

FileSizeType

TB

Specifies terabytes file size type.

Declaration

cs-api-definition
TB = 4

Field Value

FileSizeType

In this article
DefinitionFieldsBGBKBMBTB
Not finding the help you need?
Contact Support