Package | mx.controls |
Class | public final class FileSystemSizeDisplayMode |
Inheritance | FileSystemSizeDisplayMode Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | AIR 1.1 |
sizeDisplayMode
property
of the FileSystemDataGrid class.
See also
Constant | Defined By | ||
---|---|---|---|
BYTES : String = bytes [static]
Specifies to show file sizes in bytes. | FileSystemSizeDisplayMode | ||
KILOBYTES : String = kilobytes [static]
Specifies to show file sizes in kilobytes. | FileSystemSizeDisplayMode |
BYTES | Constant |
public static const BYTES:String = bytes
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | AIR 1.1 |
Specifies to show file sizes in bytes.
KILOBYTES | Constant |
public static const KILOBYTES:String = kilobytes
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | AIR 1.1 |
Specifies to show file sizes in kilobytes.